📝 Update feature list
This commit is contained in:
parent
9b06fda414
commit
25f4b44e57
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue