LaTeX-Workshop
LaTeX-Workshop copied to clipboard
Feature Request: Enhance or Disable Breadcrumbs for PDF Files
I am reaching out to suggest an enhancement related to the breadcrumb functionality in Visual Studio Code when viewing PDF files using the LaTeX Workshop extension. Currently, when opening a PDF, such as main.pdf
, both the editor tab and breadcrumb display the filename main.pdf
. This redundancy does not provide additional navigational utility, particularly when the breadcrumb does not interact with the internal structure of the PDF, such as chapters or sections, which could be potentially useful.
Issue Description
- When opening a PDF file in VS Code with LaTeX Workshop, the breadcrumb bar redundantly shows the PDF's filename, mirroring the tab's display without offering additional navigation or context.
- Attempting to disable this through
"breadcrumbs.filePath": "off"
results in the breadcrumb area showing "no elements" rather than being hidden, which does not improve the user interface.
Feature Request
- Dynamic Breadcrumb Content: Ideally, it would be fantastic if the breadcrumb could reflect the internal structure of the PDF (like chapters or sections listed in the PDF's bookmarks/catalogue). This would turn the breadcrumb into a useful tool for navigating through the document.
- Breadcrumb Disable Option: If integrating dynamic content proves too complex, an alternative solution would be to provide an option to disable the breadcrumb display entirely when viewing PDFs through LaTeX Workshop. This would clean up the UI by removing the redundant display.