Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>eson-syntaxNew to Visual Studio Code? Get it now.
eson-syntax

eson-syntax

Anonymous14672

|
31 installs
| (1) | Free
It adds syntax highlighting and preview of eson files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

如何使用

  1. 打开为.eson拓展名字的文件
  2. 作为测试是否安装成功可以输入这段代码
  3. enjoy the journey !!!
{
  "arg1" : "hello",
  "arg2" : "hello2"
}

如何开启 eson preview

1.当编辑eson文件时

  • windows 使用 ctrl + f1开启
  • mac 使用 command + f1开启

2.text editor区域,右键选择eson preview开启

3.搜索command

  • windows 使用 ctrl + shift + p开启
  • mac 使用 command + shift + p开启
    开启后搜索eson preview即可成功显示。

下面步骤是调试使用的(无需关心)

1.按下cmd + shift + p
2.然后查找eson set server url
3.在输入框中输入http://172.26.0.117:8111/parse 按下回车
4.来到刚刚的eson文件,右键选择eson preview即可成功显示。

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft