Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 673 Bytes

File metadata and controls

29 lines (18 loc) · 673 Bytes

Visual Studio Code extension for Transitland Atlas DMFR files

Make it easier to create and edit DMFR files using Visual Studio Code.

Commands (access from the command palette):

  • Create new DMFR file
  • Apply opinionated format to current DMFR file

Snippets (while editing a JSON file):

  • DMFR file: Create the base structure for a new Transitland Atlas DMFR file

Development

To build the extension:

npm install -g @vscode/vsce
yarn run package

To install the extension:

code --install-extension transitland-atlas-vscode-extension-0.0.2.vsix

Perhaps in the future we'll publish this to the Visual Studio Code extension marketplace.