mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Provide completion for equation references
This commit is contained in:
parent
0dc4b2b53c
commit
0cc5ca3b39
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import texlab.completion.CompletionRequest
|
|||
import texlab.syntax.latex.LatexCommandSyntax
|
||||
|
||||
object LatexLabelProvider : LatexArgumentProvider() {
|
||||
override val commandNames: List<String> = listOf("\\ref", "\\autoref")
|
||||
override val commandNames: List<String> = listOf("\\ref", "\\autoref", "\\eqref")
|
||||
|
||||
override val argumentIndex: Int = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue