Skip to content

Releases: consistem/vscode-objectscript

v3.2.1-beta.15

06 Nov 11:16
9416176

Choose a tag to compare

v3.2.1-beta.15 Pre-release
Pre-release
Fix context help identation (#62)

* fix(context-help): correct indentation alignment in context help display

* fix(context-help): correct indentation alignment in context help display

* Ajust identation sintax

v3.2.1-beta.14

05 Nov 13:45
5b5bee8

Choose a tag to compare

v3.2.1-beta.14 Pre-release
Pre-release
Feat context-help: prioritize textExpression when present and open pr…

v3.2.1-beta.13

05 Nov 12:13
77e016d

Choose a tag to compare

v3.2.1-beta.13 Pre-release
Pre-release
Add new Consistem code snippet (#57)

v3.2.1-beta.12

05 Nov 02:10
b050ee8

Choose a tag to compare

v3.2.1-beta.12 Pre-release
Pre-release
Context-help: add new response handling for context help API (#56)

v3.2.1-beta.11

05 Nov 00:32
cedc0e1

Choose a tag to compare

v3.2.1-beta.11 Pre-release
Pre-release
Adjust context help alignment for consistent indentation (#55)

This pull request corrects the indentation logic in the context help display to ensure consistent alignment between text lines.
It refactors the whitespace handling and improves the visual structure of the context help content.

v3.2.1-beta.10

04 Nov 04:01
cb95e50

Choose a tag to compare

v3.2.1-beta.10 Pre-release
Pre-release
Refine Cross-Entity Jump QuickPick navigation and UX (#53)

* Make Enter navigate and Tab insert in Cross-Entity Jump QuickPick
* Add informative QuickPick header showing keyboard shortcuts (Tab to insert, Enter to navigate)
* Implement dynamic navigation with full label highlighting and scroll reveal behavior

v3.2.1-beta.9

03 Nov 19:13
7742929

Choose a tag to compare

v3.2.1-beta.9 Pre-release
Pre-release
Refactor cross-entity jump command to use QuickPick with inline valid…

v3.2.1-beta.8

03 Nov 02:08
4b7df79

Choose a tag to compare

v3.2.1-beta.8 Pre-release
Pre-release
Add configuration to open global documentation in editable file (#51)

v3.2.1-beta.7

03 Nov 00:38
b4f6530

Choose a tag to compare

v3.2.1-beta.7 Pre-release
Pre-release
Add cross-entity Jump to Tag + Offset command with full input validat…

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…