The content on this page is written in Chinese, and then traslated into English by machine. More accurate traslations are welcome at: https://github.com/wa-lang/man/tree/master/en
Ending's law: "Any application that can be compiled to WebAssembly, will be compiled to WebAssembly eventually."
1.5. Plug-ins for IDE
Modern programming languages generally provide extensions for various IDEs and editors to improve the programming experience. The Wa-lang provides basic plug-in support for VS Code, Fleet and Vim.
1.5.1 Plug-in for VSCode
Search for "wa" in the VS Code extension store to find the Wa-lang plugin. After installation, there will be basic syntax highlighting and other functions.
The effect of it is as follows:
1.5.2 Plug-in for Fleet
Repository: https://github.com/wa-lang/fleet-wa
Install according to the warehouse prompts, the effect is as follows:
1.5.3 Plug-in for Vim
Vim plug-in repository: https://github.com/wa-lang/vim-wa
Install according to the warehouse prompts, the effect is as follows:
1.5.4 Other Plug-ins
After the MVP, the syntax of the Wa-lang has been stablized, and we hope that the community can participate in the co-construction of other editors to support it.