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
Create def, then when I type end, it starts to auto complete (which is fine) for e and n, but then when I type d, it autocompletes to def, which is not what I needed. I've tried messing with all the Intellisense settings, but the only one that will nullify this issue is disabling the feature completely. The first image is when I get the incorrect autocomplete, the second is when I press enter.
Does this issue occur when all extensions are disabled?: No
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
end
, it starts to auto complete (which is fine) fore
andn
, but then when I typed
, it autocompletes todef
, which is not what I needed. I've tried messing with all the Intellisense settings, but the only one that will nullify this issue is disabling the feature completely. The first image is when I get the incorrect autocomplete, the second is when I pressenter
.Does this issue occur when all extensions are disabled?: No
![test1](https://user-images.githubusercontent.com/5945533/35253383-be3ea45c-ffaa-11e7-9e0f-20f6aefcb3ca.png)
The text was updated successfully, but these errors were encountered: