MapCompleteVScode/README.md

19 lines
827 B
Markdown
Raw Normal View History

2024-12-31 22:53:56 +01:00
# MapCompleteVScode
This is a Visual Studio Code extension for [MapComplete](https://github.com/pietervdvn/MapComplete). It adds autocompletion and defintion support for the MapComplete theme and layer configuration files.
Not everything is supported yet, but currently the following features are supported:
- Autocompletion for the layer names
- Definition support for the layer names
- Definintion support for icons
2025-01-01 04:44:34 +01:00
- Autocompletion for tagRenderings in questions.json
- Definition support for tagRenderings
- Autocompletion for filter keys in questions.json
- Definition support for filter keys
2025-01-01 22:41:24 +01:00
- Definition support for paths in license_info.json files
![Demo showing autcomplete for layers and icon definition](images/demo.gif)
All notable changes to this project are documented in the [CHANGELOG](CHANGELOG.md) file.