Extension for VS Code that provides autocomplete for MapComplete themes and layers.
Find a file
Robin van der Linde 77c347c326
📝 Update documentation
2025-01-01 22:41:24 +01:00
.github ⬆️ Bump actions/checkout from 2 to 4 2024-12-31 23:03:10 +01:00
.vscode 🎉 Initial commit 2024-12-31 22:53:56 +01:00
images 📝 Update documentation 2025-01-01 22:41:24 +01:00
src Add support for filters and license info 2025-01-01 20:34:35 +01:00
.gitignore 🎉 Initial commit 2024-12-31 22:53:56 +01:00
CHANGELOG.md 📝 Update documentation 2025-01-01 22:41:24 +01:00
eslint.config.mjs 🎉 Initial commit 2024-12-31 22:53:56 +01:00
LICENSE.md 📝 Update documentation 2025-01-01 22:41:24 +01:00
package-lock.json ⬆️ Bump @types/node from 20.17.10 to 22.10.2 2024-12-31 23:02:58 +01:00
package.json 📝 Update documentation 2025-01-01 22:41:24 +01:00
README.md 📝 Update documentation 2025-01-01 22:41:24 +01:00
tsconfig.json 🎉 Initial commit 2024-12-31 22:53:56 +01:00

MapCompleteVScode

This is a Visual Studio Code extension for 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
  • Autocompletion for tagRenderings in questions.json
  • Definition support for tagRenderings
  • Autocompletion for filter keys in questions.json
  • Definition support for filter keys
  • Definition support for paths in license_info.json files

Demo showing autcomplete for layers and icon definition

All notable changes to this project are documented in the CHANGELOG file.