-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Disable LTex populating the autocomplete / intellisense list #443
Comments
You need to set I didn't realize that VS Code has this on by default, because on all my machines, it's disabled. I'm not sure if there's a way of disabling this just for LTEX. |
The problem with disabling |
Curiously, it doesn't happen in Markdown, only LATEX and other languages. I don't see a way to handle this properly. A proper solution would be telling VS Code somehow not to show suggestions from LTEX while typing, but to show them when pressing As LTEX should not have this irritating behavior with VS Code's default settings, the only option is to disable LTEX completion by default. There is now a setting |
That's excellent! Thank you so much! Do you know when v13.0.0 will be released? |
I can't announce any date as they greatly depend on my availability and my spare time. But you can try it out in the nightly pre-release, see the docs for more info. |
Fix released in 13.0.0. |
Is your feature request related to a problem? Please describe.
Whenever I am typing a LaTeX document, the
LTeX
extension suggests words from the dictionary. This is extremely annoying to have the completion window pop-up when typing. I tried looking for an option to disable this, but had no luck.Describe the solution you'd like
Have a way of disabling the
LTeX
extension from populating the suggestions list.Describe alternatives you've considered
Tried to increase the delay using the
editor.quickSuggestionsDelay
setting, but that made the snippets take longer to show up as well, which is far from ideal.Additional context
Figure of the annoying suggestions that I cannot turn off
The text was updated successfully, but these errors were encountered: