File tree Expand file tree Collapse file tree 4 files changed +7
-24
lines changed Expand file tree Collapse file tree 4 files changed +7
-24
lines changed Original file line number Diff line number Diff line change 1
- ## 2.5. IDE插件
2
-
3
- 现代化的编程语言一般都会为各种IDE和编辑器提供扩展,以提高编程的体验。凹语言为 VS Code、Fleet 和 Vim 提供了基本插件支持。
4
-
5
- ### 2.5.1 VS Code 插件
1
+ ## 2.5. VS Code 插件
6
2
7
3
在 VS Code 扩展商店检索 “wa” 即可以查到凹语言插件。安装之后会有基本的语法高亮等功能。
8
4
9
5
VS Code 效果如下:
10
6
11
7
![ ] ( ./images/vscode.png )
12
8
13
- ### 2.5.2 Fleet 插件
14
-
15
- Fleet 插件仓库:[ https://github.com/wa-lang/fleet-wa ] ( https://github.com/wa-lang/fleet-wa )
16
-
17
- 根据仓库提示安装,效果如下:
18
-
19
- ![ ] ( ./images/fleet-wa-screenshot.png )
20
-
21
- ### 2.5.3 Vim 插件
22
-
23
- Vim 插件仓库:[ https://github.com/wa-lang/vim-wa ] ( https://github.com/wa-lang/vim-wa )
24
-
25
- 根据仓库提示安装,效果如下:
26
-
27
- ![ ] ( ./images/vim-wa-screenshot.png )
28
-
29
- > 在编写文档过程中突然得知 Vim 的作者 Bram Moolenaar 去世,谨以此插件祝愿 Vim 永垂不朽!
9
+ 凹语言的VS Code 插件提供了以下特性:
30
10
31
- ### 2.5.4 其他编辑器
11
+ - 语法高亮(web 插件已支持)
12
+ - 内置代码片段(web 插件已支持)
13
+ - wasm语法高亮(web 插件已支持)
14
+ - 自动格式化
15
+ - Run Code 命令
32
16
33
- MVP 之后凹语言的语法已经基本固定,希望社区可以参与其他编辑器支持共建。
You can’t perform that action at this time.
0 commit comments