CodeTools
CodeTools is an open-source suite of software for developing Wolfram Language code.
CodeTools consists of:
- a parser
- a linter / static analyzer
- a formatter
- an implementation of Language Server Protocol
- official Wolfram Language plugins for Sublime Text and Visual Studio Code.
I started the parser in 2018, and it quickly became apparent that this enabled the creation of other tools.
I am excited about further directions, such as a debugger built on DAP and an indexer built on LSIF.
Read some feedback on my work on CodeTools.
News
Sublime Text
Visual Studio Code
-
Official Wolfram extension on Visual Studio Code Marketplace
-
WTC 2021 talk: Developing Wolfram Language Code in Other Editors and IDEs with LSP