-
Notifications
You must be signed in to change notification settings - Fork 539
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
lwv8.9.0 does not recognize align
environment.
#2052
Comments
The Note that in your first screenshot, you do not actually need to perform a two step completion. You can directly choose the environment after typing |
@jlelong Thanks for your reply, but when I only included |
I do confirm that with Depending on your value of |
I had the same problem...both on Windows 10 and Ubuntu... |
The delay for the extension to update intellisense after typing has stopped is defined in Also I suspect you face an other issue in your example. As you start from an empty file, it is not considered as the root file before you actually save it for the first time. |
well, I set These two And you know that in VSCode, when the white dot beside the name of the file become an |
You can see from https://github.com/James-Yu/LaTeX-Workshop/wiki/Intellisense#environments that every environment used at least once is added to the intellisense list. If you remove a You definitely do not want to set I cannot reproduce your second example. Could you post anything suspicious from the Console logs (available from Toggle Developer Tools)? Thanks for your help |
This comment has been minimized.
This comment has been minimized.
Concerning your last post, the issue comes from the pair-completion of |
This is the new desired behaviour as it allows to handle optional arguments for |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
But as far as i;m concerned, I cant know if my target environment is in the intellisense list. If not, I have to delete to at least to the |
I am sorry yo insist but I really do not get why I cannot reproduce your issue. |
yes, I removed it manually and restart vscode. And you means that on your device |
It's so strange, there is another bro in this issue meets this problem. I'm testing on Win 10, and he tested on Win10 and Ubuntu. And I dont know what logs can T provide to solve this problem. If there is anything I can do, I will do, and I will switch back to v8.8.0 temporarily to finish my project. Thanks a lot! : ) |
Maybe I get it! Could that be that |
WOW!!! That is! When I change that option to |
Ok, and I close this issue, thank you both! |
I am glad that we have finally got it! However, this inspires me of two things
|
The default is to populate intellisense based on the used packages. Related to #2052
Preliminary questions [Required]
LaTeXWorkshop's autocomplete cant recognize
align
environnment.Disable all the other extensions except for LaTeX Workshop, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
You visited the wiki?: Yes
Describe the bug [Required]
When I type
\begin
and pressenter
, and then typealign
, it doesn't displayalign
in the autocomplete list. I only found thatalign-like
environments are not recognized.Expected behavior
I put screenshots below together.
Screenshots
This is v8.9.0
This is v8.8.0
Desktop [Required]
Additional questions
Are you using LaTeX Workshop with VS Code Remote?
No
The text was updated successfully, but these errors were encountered: