Migrate debug completion engine to incorporate with LS capabilities #35412
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
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
The text was updated successfully, but these errors were encountered: