Provide completion for equation references

This commit is contained in:
Patrick Förster 2019-02-28 14:55:43 +01:00
parent 0dc4b2b53c
commit 0cc5ca3b39

View file

@ -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