File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments