Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 424 Bytes

evans-vscode-extension README

VS Code Extension with various functions I find useful for coding.

Features

Convert /some/kind/of/path to the dot notation of that path - some.kind.of.path

Generate the specifc XML XPath based on the cursor position of an XML file

Parts of this code is based on the vscode-xml extension (https://github.com/DotJoshJohnson/vscode-xml). Thanks https://github.com/DotJoshJohnson!