RasmusTidselbak / al-var-helper

6 stars 6 forks source link

Begin/End; autofill not working on functions with empty vars #50

Open gageLink opened 10 months ago

gageLink commented 10 months ago

If you have a trigger or procedure, and start typing the primary begin, it will give you the suggestion dropdown: image And hitting enter/tab or clicking on the box will autofill this as begin[cursor]end; image This behavior is identical with any nonzero amount of variables: image However, having var without any variables will have the begin treated as a plaintext word: image and hitting enter/tab or clicking will not fill in end;, instead just filling in begin: image

This issue began with the November 2023 VSCode update, and was submitted to the VSCode repo as an issue here, but was closed shortly after the Triage Bot determined the cause to be an extension issue.