You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently using texlab in neovim and it works well, but when I use import package to nest my files, I cannot get completion for \ref command. Here is a minimal example (download here):
## [5.6.0] - 2023-05-20
### Added
- Add `texlab.cancelBuild` command to cancel the currently active build ([#887](latex-lsp/texlab#887))
### Fixed
- Fix resolving include commands from the `import` package ([#885](latex-lsp/texlab#885))
- Fix regression when tracking active cursor position ([#880](latex-lsp/texlab#880))
Hello, I am currently using texlab in neovim and it works well, but when I use
import
package to nest my files, I cannot get completion for\ref
command. Here is a minimal example (download here):I use
import
package to input files inpart 1
, andinput
forpart 2
.There are two problems:
part 1
when I use\ref
:part 1/chapter 1/main.tex
, the command\subimport{./}{section 1}
gives a completion for\ref
,while
\subimport{}{section 1}
does not:Thanks for your help!
The text was updated successfully, but these errors were encountered: