remy / txt2bas

ZX Spectrum BASIC conversion tooling (specific support for NextBASIC)
19 stars 0 forks source link

VSCode NextBasic plugin doesn't complete PROC names #18

Closed paulossilva closed 4 years ago

paulossilva commented 4 years ago

After typing PROC and the initial letters of its name, the plugin correctly suggests the name of a given procedure, but when pressing enter (when the list is down to one item) or choosing a name from the list, it simply creates a new line without completing the procedure name.

remy commented 4 years ago

Just making a note, but I'm not sure this is my extension at play, as I've not added any autocomplete. I suspect vscode is offering the autocomplete and either the selection key is [tab] or my enter shortcut is messing with things.

I'll give it a test later today and confirm what's happening.

remy commented 4 years ago

Just tested, I'm pretty certain that if you want to use autocomplete in vscode it should be tab to select - it's certainly what I've been doing.

paulossilva commented 4 years ago

You're right! Don't know how I couldn't figure that out! Sorry