Skip to content

Commit f21c770

Browse files
committed
update main readme
1 parent 276c1d9 commit f21c770

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# 4D Analyzer
22

3-
This VS Code extension provides support for the **[4D](https://www.4d.com/)** language.
4-
It is published in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=4D.4d-analyzer).
3+
This extension provides support for the 4D language in VSCode.
4+
5+
## Installation
6+
7+
In the `editor` folder:
8+
```
9+
npm i
10+
npm run compile
11+
```
12+
13+
## Launch
14+
15+
This extension can be launched in 2 different modes:
16+
* **Launch Extension Debug** launches the extension and listen to the port 1800 without launching the 4D application.
17+
* **Launch Extension** launches the extension and the 4D application.
18+
19+
## Quick Links
20+
21+
* Marketplace VSCode: https://marketplace.visualstudio.com/items?itemName=4D.4d-analyzer
22+
* Doc 4D: http://developer.4d.com/docs/
23+
24+
## License
25+
26+
See the [LICENSE](LICENSE.md) file for details
27+

0 commit comments

Comments
 (0)