📝 Add installation instructions

This commit is contained in:
Robin van der Linde 2025-01-02 16:31:51 +01:00
parent 77c347c326
commit 2f1d2ead71
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -16,3 +16,25 @@ Not everything is supported yet, but currently the following features are suppor
![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.
## Installation
The extension can be installed in several ways:
### From the Visual Studio Code marketplace
You can install this extension from the [Visual Studio Code marketplace](https://marketplace.visualstudio.com/items?itemName=robin-van-der-linde.mapcompletevscode). Just search for "MapComplete" and you should find it.
Alternatively you van press `Ctrl+P` and paste the following command:
```cmd
ext install robin-van-der-linde.mapcompletevscode
```
## From Open VSX
You can also install the extension from the [Open VSX registry](https://open-vsx.org/extension/robin-van-der-linde/mapcompletevscode). Just search for "MapComplete" and you should find it.
### From the .vsix file
You can also install the extension from the .vsix file. You can download the latest version from the [releases page](https://github.com/RobinLinde/MapCompleteVScode/releases). After downloading the .vsix file, you should be able to install it by going to extensions in Visual Studio Code and clicking on the three dots in the top right corner. Then click on "Install from VSIX..." and select the downloaded .vsix file.