Skip to content

Use TEXINPUTS for file search paths. #1369

@bolu61

Description

@bolu61

Use TEXINPUTS for file search path. Files \inputed not using a path relative to root, but a location in TEXINPUTS won't be picked up by TexLab. This causes two things:

  1. no path autocomplete;
  2. bib resources not picked up and causing many Undefined references false positives.

In my personal use case, I'm setting TEXINPUTS in my latexmkrc file using:

ensure_path("TEXINPUTS", "src//");

Maybe there is a way to get the file search paths from latexmk somehow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions