hsz / idea-latex

LaTeX plugin for IntelliJ IDEA

Home Page:https://plugins.jetbrains.com/plugin/7660

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

offer auto completion for commands and references

christian-steinmeyer opened this issue · comments

When writing \, offer auto completion for common commands, or even all? It would be especially awesome to parse the preceding code and scan for self defined commands. But that might be another issue for itself...
Same thing goes for the next: After having defined labels throughout my project, I want to reference them using \ref or \autoref etc. Here, auto completion would come in just as handy!

(If you want to know what I mean, have a look at overleaf.)