Closed jonasstein closed 5 years ago
The default completions are bundled with the resource mechanism and compiled into the binary.
The above parameter was just added (https://github.com/texstudio-org/texstudio/commit/bd3514052877b799b827a4289429600ae37fe356#diff-074c200e53f072e37de646dc02b2bff2), so it will not be in your defaults. You can download the above file and place it in your settings completion/user
folder (http://texstudio.sourceforge.net/manual/current/usermanual_en.html#CWLDESCRIPTION) or build a new binary from master.
Thank you.
Environment
Actual behavior
separate-uncertainty
is highlighted like anunknown command
.The completion file seems to define it properly in https://github.com/texstudio-org/texstudio/blob/master/completion/siunitx.cwl#L194
The completion files are activated in the current configuration.
I try to track the bug on my system. I could not find the place, where the
completion/siunitx.cwl
file was installed on my local system. Where should it be?