[Tex/LaTex] Disable parts of auto-complete in Tex Studio

auto-completiontexstudio

I was wondering if there is a way to disable only some of the auto-complete suggestions and auto-corrections in TeXstudio. A couple of concrete examples:

  • When I type \ac{ to add an acronym using the acronym package, my text is automatically corrected to \acute{, which is pretty annoying.

  • First suggestion when typing \begin{eq, is eqnarray. As I only use the equation environment, it would be nice to eliminate this redundant suggestion so as to type faster, aka \begin{eq + Enter.

Do I need to somehow guess in which .cwl files those commands are and disable the whole completion file or is there a cleaner/easier way?

Best Answer

The easiest way is to tell TeXstudio to suggest the Most used commands you enter: Menu > Options > Configure > Completion > [Preferred Commands Set] select 'Most Used'.

Other than that, you can create your own .cwl set for TeXStudio to use.

Related Question