Skip menu if i selected a html tag #659
AlejandroSanchez90
started this conversation in
General
Replies: 2 comments
|
What's the output of |
0 replies
|
that was fast the menu is always open, if I have a variable called test, I write test, I see the completion, I hit enter, and the menu reopens, even though I have not typed a '.' so it knows that I want a second arg there, i can spam enter and the menu will open again and again |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
i would like to know how to disable menu if i insert a tag, right now i write div, to then get the completion for
, my cursor will end up inside the tag, but before blink i would press enter and it will indent properly, but now after i select div, the menu stays open and using Enter will just keep selecting the first item in the menu (my confirmation key is enter)All reactions