Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Setting to disable completion #49

Open
ThisAMJ opened this issue Jun 26, 2022 · 2 comments
Open

[Feature] Setting to disable completion #49

ThisAMJ opened this issue Jun 26, 2022 · 2 comments

Comments

@ThisAMJ
Copy link
Member

ThisAMJ commented Jun 26, 2022

It's annoying to complete start no to start start now

It also tries to use 'context' and, for example, completes strafe 15 to strafe 158deg in a script of mine

@mlugg
Copy link
Member

mlugg commented Jun 26, 2022

On the latter issue, that's not the extension's fault. I believe that'd be "word based suggestions", a quick Google shows how to turn them off:
https://code.visualstudio.com/docs/editor/intellisense#_customizing-intellisense

@david072
Copy link
Contributor

Late, but the former is caused by snippets, which are basically short forms for some text. You can disable snippets as described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants