Skip to content
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

Migrate debug completion engine to incorporate with LS capabilities #35412

Closed
praveennadarajah opened this issue Mar 10, 2022 · 2 comments
Closed
Assignees
Labels
Area/Debugger Issues related to the ballerina debugging tools IceBox Older issues that are not being actively worked on but may be revisited in the future. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Task

Comments

@praveennadarajah
Copy link
Contributor

Description:
The current implementation of the debug completion engine is almost similar to the LS completion engine. Rather than having two completion engines, we can call the LS from debug server to get the completion suggestions. This way we can avoid duplications and maintain consistency between LS and debug server completions.

The detailed approach and discussion can be found in [1].

[1] #32285

@praveennadarajah praveennadarajah added Type/Task Area/Debugger Issues related to the ballerina debugging tools labels Mar 10, 2022
@gimantha gimantha added Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Team/LanguageServer Language Server Implementation related issues. #Compiler labels Jun 3, 2022
@IMS94
Copy link
Contributor

IMS94 commented Aug 5, 2022

With #36539, you can get the expected type via semantic API.

@KavinduZoysa KavinduZoysa removed the Team/LanguageServer Language Server Implementation related issues. #Compiler label Sep 17, 2024
@anupama-pathirage anupama-pathirage added the IceBox Older issues that are not being actively worked on but may be revisited in the future. label Nov 21, 2024
@anupama-pathirage
Copy link
Contributor

We are closing this issue due to inactivity. If you need further assistance or have additional input, feel free to reopen it. Thank you for helping us maintain a relevant and focused issue list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Debugger Issues related to the ballerina debugging tools IceBox Older issues that are not being actively worked on but may be revisited in the future. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Task
Projects
None yet
Development

No branches or pull requests

6 participants