forked from external/vscode-xml
		
	Update README
This commit is contained in:
		
							parent
							
								
									11d5034661
								
							
						
					
					
						commit
						e9a78f2f15
					
				
					 1 changed files with 21 additions and 54 deletions
				
			
		
							
								
								
									
										75
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										75
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -1,65 +1,32 @@
 | 
				
			||||||
# xml README
 | 
					# XML Tools for Visual Studio Code
 | 
				
			||||||
 | 
					[](https://gitter.im/vscode-xml/vscode-xml)
 | 
				
			||||||
This is the README for your extension "xml". After writing up a brief description, we recommend including the following sections.
 | 
					[](https://travis-ci.org/DotJoshJohnson/vscode-xml)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Features
 | 
					## Features
 | 
				
			||||||
 | 
					* [XML Formatting](https://github.com/DotJoshJohnson/vscode-xml/wiki/xml-formatting)
 | 
				
			||||||
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
 | 
					* [XML Tree View](https://github.com/DotJoshJohnson/vscode-xml/wiki/xml-tree-view)
 | 
				
			||||||
 | 
					* [XPath Evaluation](https://github.com/DotJoshJohnson/vscode-xml/wiki/xpath-evaluation)
 | 
				
			||||||
For example if there is an image subfolder under your extension project workspace:
 | 
					* [XQuery Linting](https://github.com/DotJoshJohnson/vscode-xml/wiki/xquery-linting)
 | 
				
			||||||
 | 
					* [XQuery Execution](https://github.com/DotJoshJohnson/vscode-xml/wiki/xquery-script-execution)
 | 
				
			||||||
\!\[feature X\]\(images/feature-x.png\)
 | 
					* [XQuery Code Completion](https://github.com/DotJoshJohnson/vscode-xml/wiki/xquery-code-completion)
 | 
				
			||||||
 | 
					 | 
				
			||||||
> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Requirements
 | 
					## Requirements
 | 
				
			||||||
 | 
					*In Progress*
 | 
				
			||||||
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Extension Settings
 | 
					## Extension Settings
 | 
				
			||||||
 | 
					* `xmlTools.ignoreDefaultNamespace`: Ignore default xmlns attributes when evaluating XPath.
 | 
				
			||||||
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
 | 
					* `xmlTools.persistXPathQuery`: Remember the last XPath query used.
 | 
				
			||||||
 | 
					* `xmlTools.removeCommentsOnMinify`: Remove XML comments during minification.
 | 
				
			||||||
For example:
 | 
					* `xmlTools.splitXmlnsOnFormat`: Put each xmlns attribute on a new line when formatting XML.
 | 
				
			||||||
 | 
					* `xmlTools.xmlFormatterImplementation`: Supported XML Formatters: `classic`.
 | 
				
			||||||
This extension contributes the following settings:
 | 
					* `xmlTools.xqueryExecutionArguments`: Arguments to be passed to the XQuery execution engine.
 | 
				
			||||||
 | 
					* `xmlTools.xqueryExecutionEngine`: The full path to the executable to run when executing XQuery scripts.
 | 
				
			||||||
* `myExtension.enable`: enable/disable this extension
 | 
					 | 
				
			||||||
* `myExtension.thing`: set to `blah` to do something
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Known Issues
 | 
					## Known Issues
 | 
				
			||||||
 | 
					*In Progress*
 | 
				
			||||||
Calling out known issues can help limit users opening duplicate issues against your extension.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Release Notes
 | 
					## Release Notes
 | 
				
			||||||
 | 
					Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Users appreciate release notes as you update your extension.
 | 
					## Issues
 | 
				
			||||||
 | 
					Run into a bug? Report it [here](https://github.com/DotJoshJohnson/vscode-xml/issues).
 | 
				
			||||||
### 1.0.0
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Initial release of ...
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
### 1.0.1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Fixed issue #.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
### 1.1.0
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Added features X, Y, and Z.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
-----------------------------------------------------------------------------------------------------------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Working with Markdown
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
**Note:** You can author your README using Visual Studio Code.  Here are some useful editor keyboard shortcuts:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux)
 | 
					 | 
				
			||||||
* Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux)
 | 
					 | 
				
			||||||
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
### For more information
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
 | 
					 | 
				
			||||||
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
**Enjoy!**
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue