You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when backspacing, when you get to a period, the autocompletion menu/list does not display, you have to backspace the period too and then type it again for the autocompletion menu/list to display.
Edit: users would expect the autocomplete list/menu to display after backspace when the new last character on the line is [ too, or when the line ends with a dot followed by the start of an identifier, e.g. some.propert ... when you backspace the t it should display the autocomplete menu with property in it. -- this behavior matches VSCode and most other IDEs.
I changed the title to match the actual expected behavior and the suggested change: display the autocomplete menu/list on backspace too, not just on the insertion of new characters.
The text was updated successfully, but these errors were encountered:
wis
changed the title
feature suggestion: when line ends with ., display autocompletion menu/list on backspace too, not just when typing .
feature suggestion: display the autocomplete menu/list on backspace too, not just on the insertion of new characters
Jun 16, 2024
wis
linked a pull request
Jun 16, 2024
that will
close
this issue
Currently when backspacing, when you get to a period, the autocompletion menu/list does not display, you have to backspace the period too and then type it again for the autocompletion menu/list to display.
Edit: users would expect the autocomplete list/menu to display after backspace when the new last character on the line is
[
too, or when the line ends with a dot followed by the start of an identifier, e.g.some.propert
... when you backspace thet
it should display the autocomplete menu withproperty
in it. -- this behavior matches VSCode and most other IDEs.I changed the title to match the actual expected behavior and the suggested change: display the autocomplete menu/list on backspace too, not just on the insertion of new characters.
The text was updated successfully, but these errors were encountered: