Releases: consistem/vscode-objectscript
Releases · consistem/vscode-objectscript
v3.2.1-beta.15
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
Feat context-help: prioritize textExpression when present and open pr…
v3.2.1-beta.13
Add new Consistem code snippet (#57)
v3.2.1-beta.12
Context-help: add new response handling for context help API (#56)
v3.2.1-beta.11
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
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
Refactor cross-entity jump command to use QuickPick with inline valid…
v3.2.1-beta.8
Add configuration to open global documentation in editable file (#51)
v3.2.1-beta.7
Add cross-entity Jump to Tag + Offset command with full input validat…
v3.2.1-beta.6
Show `--gif` expressions in side WebView and fix tab alignment issues…