Open engelhardtda opened 3 years ago
For anyone interested in implementing the feature, I found the following commit from vscode
which looks to hook up completion items to the debug widget
(ex: logpoint breakpoints):
It should be enough to add the code to the @theia/debug
extension (provided a CQ is prepared for the copied code).
Edit: It looks like the code is in place to handle suggesting completion items during a log breakpoint so it may just be a bug.
Bug Description:
Autocomplete suggestions within a log message when creating a logpoint have unexpected behavior.
Steps to Reproduce:
Additional Information