support formily expression
-
support code highlight
-
support code completion if you want to use whole completion support, please set editor.quickSuggestions.string->on
or set this config in .vscode/setting.json
"editor.quickSuggestions": { "other": "on", "comments": "off", "strings": "on" }
-
[experimental]auto format your expression you can close this feature use setting formily.useFormatter:false
- Run
npm install
in this folder. This installs all necessary npm modules in both the client and server folder - Open VS Code on this folder.
- Press Ctrl+Shift+B to compile the client and server.
- Switch to the Debug viewlet.
- Select
Launch Client
from the drop down. - Run the launch config.n