chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

Remove auto complete for X on Playfields #35

Open Generation2Games opened 3 years ago

Generation2Games commented 3 years ago

Hello, is there a way to remove the autocomplete that pops up when we type X for a playfield pixel? It doesn't do it on a full-stop but it really hampers productivity when the autocomplete keeps popping up? Thank you.

chunkypixel commented 3 years ago

(Assuming batari Basic?) No probably not at the moment as it's in a sort of auto-mode that VS Code provides. I need to review scanning the document to provide targeted autocomplete which I could then validate. That is on my plans for sure - just going to need to some time to implement a proper language server.

Generation2Games commented 3 years ago

Ok, it would be great if it could happen, good luck!

Generation2Games commented 3 years ago

And yes, Batari Basic.