Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>jodelNew to Visual Studio Code? Get it now.
jodel

jodel

Meon Medical Solutions

|
25 installs
| (0) | Free
Simple language support for jodel script
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jodel(+hss) language support for VSCode

Requirements

  • Python >= 3.8 (Recommended: 3.10)
  • 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.1.9

  • Followup to 0.1.8

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

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft