Enable Terminal Completion via Language Server#1661
Merged
isc-bsaviano merged 1 commit intointersystems-community:masterfrom Sep 30, 2025
Merged
Enable Terminal Completion via Language Server#1661isc-bsaviano merged 1 commit intointersystems-community:masterfrom
isc-bsaviano merged 1 commit intointersystems-community:masterfrom
Conversation
gjsjohnmurray
approved these changes
Sep 30, 2025
LeoAnders
added a commit
to consistem/vscode-objectscript
that referenced
this pull request
Oct 6, 2025
* Add command for showing all class members, including inherited (intersystems-community#1656) * Copy Windows filesystem file correctly to isfs filesystem (intersystems-community#1658) * Allow opening low-code editors from read-only file systems (intersystems-community#1655) * Skip compilation of web app files that do not require it (intersystems-community#1660) * Lite Terminal shell integration improvements (intersystems-community#1654) * Enable Terminal Completion via Language Server (intersystems-community#1661) * Prepare 3.2.0 release (intersystems-community#1662) * auto bump version with release --------- Co-authored-by: Brett Saviano <[email protected]> Co-authored-by: John Murray <[email protected]> Co-authored-by: ProjectBot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #1423. Does not implement the completion functionality, just enables Language Server to do it (hopefully).