Jodel(+hss) language support for VSCode
Requirements
- Python >= 3.8 (Recommended: 3.11)
- Python interpreter path must be set (python.defaultInterpreterPath)
Features
- Syntax highlighting for jodel and hss
- Jodel language server:
- very basic syntax checking (line by line)
- goto defintion/reference
Release Notes
0.3.2
- Fix namespace imports not being indexed
0.3.1
- Add concurrent file indexing
0.3.0
- Add try+catch syntax
- Update antlr runtime
0.2.0
- Fixes related to namespace capitalization.
0.1.9
0.1.8
- Fix some crashes and blocking, when indexing fails.
0.1.7
- Fix goto-references for function calls with explicit namespace. E.g.
namespace::foo()
- Add goto-defintion for namespace identifiers.
0.1.6
Fix import statement edge cases, bit faster indexing
0.1.5
Fix circular import bug, when using path traversals
0.1.4
Support jumping to namespace identifiers and imported files
0.1.3
Fix Python 3.8 support
0.1.2
- Added grammar for .hss
- Lsp bug fixes
0.1.1
Fix diagnostics bug
0.1.0
Pygls based lsp with goto definition/reference support
0.0.1
Initial release
| |