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
We have some Lua snippets registered in VSCode and since version 1.16.0 the suggestions popup keeps opening after hitting the enter/return key. Downgrading to 1.14.3 seems to fix this issue.
Steps to reproduce the behavior:
Register snippets for Lua in VSCode
Open a folder containing a blank Lua file
Put the cursor on a blank line and hit enter/return
Snippet popup shows up
We expect that the snippet popup only shows up when using ctrl+space or when the prefix matches.
See this demo:
I've added a user snippet and then keep hitting the enter key.
OS: macOS
Client: VSCode
The text was updated successfully, but these errors were encountered:
gotschmarcel-ni
changed the title
Snippets suggestion on blank line after pressing Return
Snippets suggestion after pressing Return/Enter
Feb 24, 2021
We have some Lua snippets registered in VSCode and since version 1.16.0 the suggestions popup keeps opening after hitting the enter/return key. Downgrading to 1.14.3 seems to fix this issue.
Steps to reproduce the behavior:
We expect that the snippet popup only shows up when using ctrl+space or when the prefix matches.
See this demo:

I've added a user snippet and then keep hitting the enter key.
The text was updated successfully, but these errors were encountered: