Releases: consistem/vscode-objectscript
Releases · consistem/vscode-objectscript
v3.2.1-beta.6
Show `--gif` expressions in side WebView and fix tab alignment issues…
v3.2.1-beta.5
Add `Consistem: Create Item` workflow integrated with IRIS `/namespac…
v3.2.1-beta.4
Implement Source Analysis Link Provider With Command Target (Takeover…
v3.2.1-beta.3
Ensure Ctrl+Click navigates to the definition in the same file (#33)
- Fix removed custom Go to Definition command from editor title actions to hide the top bar button
- Ensure Ctrl+Click navigates to the definition in the same file
v3.2.1-beta.2
Fix Ctrl+Click link ranges to include $ prefix in macros and extrinsi…
v3.2.1-beta.1
fix: align Ctrl+Click navigation flow with F12 for smoother and consi…
v3.2.0
v3.0.7-beta.11
Unify Go to Definition(F12) and Ctrl+Click through CCS API resolution…
v3.0.7-beta.10
Feat add Ctrl+Q to fetch global documentation from selection and prin…
v3.0.7-beta.9
Fix prevent unwanted semicolon insertion (#13) Fix unwanted semicolon insertion in ObjectScript dot-prefixed blocks: auto-continuation now inserts the copied prefix only when the target line is empty and preserves ; only if it existed on the previous line, and a regression test ensures moving lines across dot-prefixed semicolon comments does not inject semicolons.