eclipse-theia/theia
View on GitHubSuggestions within logpoints not working as expected
Open
#8,825 opened on Dec 4, 2020
bugdebughelp wantedvscode
Description
Bug Description:
Autocomplete suggestions within a log message when creating a logpoint have unexpected behavior.
- Suggestions are shown without the interpolated scope ( { } )
- When trying to add interpolation suggestions are only shown after 3 characters
- Trying to autocomplete a found suggestion with enter does add it to the already typed characters, e.g: {myVaria}-> auto completes to {myVariamyVariable}
- suggestions sometimes don't make sense in the scope currently working, expected suggestions don't show up
Steps to Reproduce:
- Open workspace on gitpod.io
- Add logpoint with type log message
- Without scope trigger suggestions (ctrl space) results in suggestions to show up
- Add interpolation via {} trigger suggentions again results in no suggestions

Additional Information
- Operating System: Win10 (Ms Edge 87.0.664.52)
- Theia Version: Can be reproduced with the gitpod sample applications