-
IntelliJ IDEA 2020.2.4 (Community Edition) First, great plugin, keep up the good work! I noticed that some environments are not automatically closed:
Whereas
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I don't get what you intend to say. If you are trying to submit a bug report, please fill in the issue template you get when selecting 'Bug' as new issue type:
Use screencast/screenshots where necessary. I will still try to answer your questions:
|
Beta Was this translation helpful? Give feedback.
-
Texify does not automatically close environments. If I type
but what I see is
so I have to type Can you reproduce this? This is in contrast to typing Question: is it intended that environments that start with |
Beta Was this translation helpful? Give feedback.
-
Ah, yes that is intended behaviour. If you want TeXiFy to autocomplete the Itemize specific thing: you should then be able to press |
Beta Was this translation helpful? Give feedback.
-
works! perfect, thanks. |
Beta Was this translation helpful? Give feedback.
Ah, yes that is intended behaviour. If you want TeXiFy to autocomplete the
\end
, you need to use the autocomplete, so you would type\beg
, press enter, typeitemi
, press enter (the number of letters needed to type may be less depending on the autocomplete options, which depends on your document as well as how many times you autocomplete an itemize).Example at the bottom here: https://github.com/Hannah-Sten/TeXiFy-IDEA/wiki/Autocomplete#autocompletion-of-required-parameters
Itemize specific thing: you should then be able to press
enter
to have TeXiFy automatically insert the next\item
. Use shift+Enter (or ctrl+Enter if the cursor is not at line end) to put newlines without inserting an\…