📝 Update feature list

This commit is contained in:
Robin van der Linde 2025-01-04 15:26:08 +01:00
parent 9b06fda414
commit 25f4b44e57
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,5 @@
{ {
"MD024": false "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.36.1/schema/markdownlint-config-schema.json",
"no-duplicate-heading": false,
"line-length": false
} }

View file

@ -1,8 +1,9 @@
# MapCompleteVScode # 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. 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: Currently the following features are supported:
- Autocompletion for the layer names - Autocompletion for the layer names
- Definition support for the layer names - Definition support for the layer names
@ -12,6 +13,7 @@ Not everything is supported yet, but currently the following features are suppor
- Autocompletion for filter keys in questions.json - Autocompletion for filter keys in questions.json
- Definition support for filter keys - Definition support for filter keys
- Definition support for paths in license_info.json files - Definition support for paths in license_info.json files
- Colour support for markers, lines and fills
![Demo showing autcomplete for layers and icon definition](images/demo.gif) ![Demo showing autcomplete for layers and icon definition](images/demo.gif)