texstudio-org / texstudio-org/texstudio
[Feature request] Autocomplete from included files in TeX root directories
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 403
- Avg merge
- 3h 14m
- Merged PRs (30d)
- 12
Description
Currently autocomplete will suggest macros defined in or from packages used \input-ed and \include-ed files unless they are in TeX root directories (i.e. specified by neither an absolute or relative path). Adding support for TeX roots is a natural improvement.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing autocomplete handling for macros from \input-ed and \include-ed files, then compare how it resolves relative, absolute, and TeX-root paths. Done means macros from packages or files in TeX root directories are suggested consistently with the currently supported paths; the issue names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, latex
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100