-
Notifications
You must be signed in to change notification settings - Fork 36
Add LS API support for function, type discovery for workspaces #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
NipunaRanasinghe
merged 27 commits into
ballerina-platform:main
from
dulajdilshan:ls-api-workspace
Feb 18, 2026
Merged
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5e2121b
Extend function search for workspace
dulajdilshan c2db8b2
Add isPublic flag for functions
dulajdilshan 721f702
Merge remote-tracking branch 'upstream/main' into ls-api-workspace
dulajdilshan fc0b988
Change the order of the workspace function search
dulajdilshan 7c7f129
Implement types search for workspace-level public types
dulajdilshan b545236
Fix type search tests
dulajdilshan 82c7096
Fix function search tests
dulajdilshan bde4cbc
Add `public` qualifier support for types
dulajdilshan e4b0c9f
Fix and add tests
dulajdilshan 61cc617
Fix tests for `isPublic` property
dulajdilshan fe5e1f9
Fix casing for error value in currency_converter1.json
dulajdilshan cadd757
Add tests for workspace-level function search
dulajdilshan eb0f5f1
Update type and function search with "(current)" indicator
dulajdilshan 81e2b2b
Fix tests
dulajdilshan 1c33a32
Add search test for workspace-level types
dulajdilshan 2acf91c
Merge remote-tracking branch 'upstream/main' into ls-api-workspace
dulajdilshan a7edd2f
Refactor type search logic to use pattern matching and enhance enum g…
dulajdilshan 4727700
Merge remote-tracking branch 'upstream/main' into ls-api-workspace
dulajdilshan 2e65a45
Change keywords of current workspace and integration and update tests
dulajdilshan 71ebd56
Add isLibrary attribute and checker for library projects
dulajdilshan 49e34e7
Revert "Fix casing for error value in currency_converter1.json"
dulajdilshan fb57607
Change isPublic property description
dulajdilshan 389468a
Add function source code generation tests
dulajdilshan 47c1189
Implement isPublic for data-mapper
dulajdilshan a6d8cd8
Fix tests
dulajdilshan 76deb63
Update data-mapper test
dulajdilshan e08a0a3
Merge branch 'main' into ls-api-workspace
dulajdilshan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
1 change: 1 addition & 0 deletions
1
...nerator-ls-extension/src/test/resources/project_info/source/workspace_proj/common/lib.bal
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| import wso2/bi.validator as _; |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.