Starting from LSP sample code for Visual Studio Code, we developed a couple of tools for Wollok using Language Server Protocol (for Visual Studio Code, IntelliJ, Eclipse, Atom, etc.)
Here you can see how to develop a Wollok example using autocompletion tools. Once you have defined your objects and classes, you can test it in the REPL using a dynamic diagram:
- You need to install wollok-ts command line interface tool in order to run unit tests, REPL session & dynamic diagram. Go to latest release, download the executable based on your operating system and add it to the PATH (here are instructions to do so in Mac, Windows and Linux)
- We recommend to install Wollok Highlight as an additional extension
- For a guided tour, see the Tools wiki page.
- Having problems? You can open an issue and tag @PalumboN or @fdodino for additional info. Special thanks for those who help to enhance Wollok!
- This extension is part of the Wollok language project where you can have an overall picture of our roadmap.
Do you want to contribute? Great, you are always welcome!
- See installation instructions for developers
- You can also join the Discord channel!
- There's a list of good first issues to tackle, but in case of any hesitation you can always ping @PalumboN or @fdodino
- Additional info is available at the wiki