Releases: badetitou/vscode-pharo
Releases · badetitou/vscode-pharo
v1.0.7 - add walkthroughs
v1.0.6
v1.0.2 - bug fixed
- bug fixed in the image tree explorer
v1.0.1
- Improve snippets with autocompleted class name and package name to ease the creation of class and new methods
- Improve documentation
- Fix bug with the "inspect it" command
- Fix bug with debugguer that did not work if we used a headless image (see Pharo Language Server v1.1.1)
- Begin tree view for the variable of a document
- Executing
self inform:
is now reflected in the VSCode UI
v0.0.12
v0.0.10 - support diagnostics
The Pharo Language Support now diagnostics report
This release includes the gif in the readme documentation
v0.0.8
v0.0.8
This update comes from the release of the Pharo-LanguageServer. Thus, most of the code modification can be found in the server repository.
Users
LSP
- You can now format tonel file
- Chinese characters are supported (best utf-8 support)
- We fix a bug with signature help
Developers
I introduce a proposed branch with the proposed API of VSCode.
It includes the support of VSCode Notebook.
Misc
- add a logo to the extension