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
When typing (at least some) control words such as "begin", intellisense does not recognize/suggest the word as a valid completion even after typing out the whole word:
This it does with in-scope variable names:
This may not seem like a big deal, "just don't use the intellisense suggestion", but: in other languages the combination of intellisense + copilot is so good that I've had to bind accept-suggestion to ENTER, in order to prevent repetitive strain injury from all the tabbing to accept suggestions. What happens to me now is that I type "begin" and hit enter, resulting in the acceptance of a gibberish suggestion...
Expected Behavior
Intellisense completion should be aware of control words, suggesting those as the default when the entire word has been typed in.
Hmm... it seems if I hit backspace/delete to delete the n at the end of begin, then type it back, there's no suggestion any more and I can safely hit enter, escaping the need to hit escape (another RSI risk...), yay! Also, if in the middle of writing "begin" hit arrow-right (taking me to the start of the next line) and then arrow-left back to the same position as before, when I continue typing the top suggestion becomes "Begin-end statement" which is ok. Not exactly a fix, but a data point :)
Current Behavior
When typing (at least some) control words such as "begin", intellisense does not recognize/suggest the word as a valid completion even after typing out the whole word:
This it does with in-scope variable names:
This may not seem like a big deal, "just don't use the intellisense suggestion", but: in other languages the combination of intellisense + copilot is so good that I've had to bind accept-suggestion to ENTER, in order to prevent repetitive strain injury from all the tabbing to accept suggestions. What happens to me now is that I type "begin" and hit enter, resulting in the acceptance of a gibberish suggestion...
Expected Behavior
Intellisense completion should be aware of control words, suggesting those as the default when the entire word has been typed in.
GitHub Repo
No response
Steps to Reproduce
See "current behaviour"
Failure Logs
No response
Operating System
IDL Version
N/A
Additional Information
@martinwiesmann
The text was updated successfully, but these errors were encountered: