Skip to content

Disable to delete some intellisenses #4137

Closed Answered by jlelong
supersovaa asked this question in Q&A
Discussion options

You must be logged in to vote

You may try to exclude the package lw-default to remove all default commands and environments. See https://github.com/James-Yu/LaTeX-Workshop/wiki/Intellisense#latex-workshopintellisensepackageexclude.

The macro \labelformat{}{} is provided by the pseudo package latex-document.json. No macro \labelformat (without the arguments) is defined. So you can safely remove it from "latex-workshop.intellisense.command.user".

Note that you can only remove commands defined data/commands.json by setting their definition as void in "latex-workshop.intellisense.command.user". So it will not work with \labelformat{}{}. There is no way to remove commands defined in a package one by one.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by supersovaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants