A Pharo client extension for VSCode.
This extension support .st files and .class.st files (tonel format)
We present here the existing features
Code highlighting
Breadcrumbs & Outline
Code formatting
Tonel file formatting
Hover
Auto-completion
Help with method signature
Diagnostics
Code Lens (Run Tests)
Jump type Definition
- Break on halt
- Show the stack
- Show the variables
- Add watch
- Step, step in, step out
MooseBook is a way to use a notebook with Pharo
The additional feature can be access using the command palette of VSCode
- Save the Pharo image
- Execute and show the result
- Execute and print the result
- Keep variable state
- Explore variable state
- Show the current server version
-
Saving a tonel file in VSCode, save the corresponding methods/class in the Pharo image
-
Access Pharo Image
You can follow the walkthroughs
Or, to install the extension:
- Install VSCode
- Install the Pharo extension
- Download a Pharo Language Server image or install the server in a pre-existing image
- Download a VM (headless or not) for the image
- Set up the Pharo extension property
- pharo.pathToVM: is the path to the VM executable
- Windows:
C:\path\to\pharo.exe
- Linux:
/path/to/pharo
- MacOS:
/path/to/Pharo.app/Contents/MacOS/Pharo
- Windows:
- pharo.pathToImage: is the absolute path to the image
- pharo.pathToVM: is the path to the VM executable
From version v1.0.0, please use at least version v1.1.0 of the Pharo Language Server.
This extension is inspired from the one of Leonardo Nascimento for smalltalk.
Thanks a lot Leonardo!