๐Ÿ“ฆ RobLoach / vscode-unciv

VSCode Unciv Extension

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/RobLoach/vscode-unciv.git
HTTPS git clone https://github.com/RobLoach/vscode-unciv.git
SSH git clone git@github.com:RobLoach/vscode-unciv.git
CLI gh repo clone RobLoach/vscode-unciv
Rob Loach Rob Loach Update docs 9eb75e9 1 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ schemas
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ .vscodeignore
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ icon.png
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ snippets.json
๐Ÿ“„ README.md

vscode-unciv

VSCode Marketplace Open VSX

Visual Studio Code extension for Unciv mod validation, type-hinting, autocomplete, error highlighting, and intellisense.

Features

  • JSONC file association for Unciv files
  • Validation and Type Hinting
  • Unique autocompletes

Installation

In Visual Studio Code open the command palette using Ctrl + P, paste the following command, and press Enter.

ext install robloach.unciv

Development

Test

To validate the schemas...

npm it

Update Schemas

To update the schemas from Unciv's upstream...

npm run update-schemas

Build

To install from source, use...

npm run build

References

License

MIT