Skip to content

Releases: consistem/vscode-objectscript

v3.2.1-beta.6

01 Nov 18:30
5d4fe3b

Choose a tag to compare

v3.2.1-beta.6 Pre-release
Pre-release
Show `--gif` expressions in side WebView and fix tab alignment issues…

v3.2.1-beta.5

29 Oct 16:54
10951a2

Choose a tag to compare

v3.2.1-beta.5 Pre-release
Pre-release
Add `Consistem: Create Item` workflow integrated with IRIS `/namespac…

v3.2.1-beta.4

15 Oct 03:00
9f8fb57

Choose a tag to compare

v3.2.1-beta.4 Pre-release
Pre-release
Implement Source Analysis Link Provider With Command Target (Takeover…

v3.2.1-beta.3

13 Oct 20:09
7045e82

Choose a tag to compare

v3.2.1-beta.3 Pre-release
Pre-release

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

08 Oct 13:41
556cf6c

Choose a tag to compare

v3.2.1-beta.2 Pre-release
Pre-release
Fix Ctrl+Click link ranges to include $ prefix in macros and extrinsi…

v3.2.1-beta.1

08 Oct 03:29
e2f6d01

Choose a tag to compare

v3.2.1-beta.1 Pre-release
Pre-release
fix: align Ctrl+Click navigation flow with F12 for smoother and consi…

v3.2.0

07 Oct 03:10
9df8993

Choose a tag to compare

See CCS CHANGELOG for details

v3.0.7-beta.11

06 Oct 18:25
24a43ca

Choose a tag to compare

v3.0.7-beta.11 Pre-release
Pre-release
Unify Go to Definition(F12) and Ctrl+Click through CCS API resolution…

v3.0.7-beta.10

02 Oct 11:26
4b35e13

Choose a tag to compare

v3.0.7-beta.10 Pre-release
Pre-release
Feat add Ctrl+Q to fetch global documentation from selection and prin…

v3.0.7-beta.9

30 Sep 02:15
fee5628

Choose a tag to compare

v3.0.7-beta.9 Pre-release
Pre-release
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.