Feature Request: Breadcrumbs for .liquid files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 234
- Forks
- 92
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Feature request to implement breadcrumbs for liquid syntax, just like VSCode does natively for HTML, JS, etc... Would make editing and navigating theme files much simpler. Sometimes I'll change the editor language to HTML in VSCode just to have access to some breadcrumbs to ensure my HTML and liquid tags are nested properly.
https://code.visualstudio.com/docs/editor/editingevolved#_breadcrumbs
Contributor guide
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
Begin with the linked VS Code breadcrumbs documentation and inspect the repository's Liquid language-server and VS Code extension entry points. Define done as exposing nested Liquid and HTML tags as breadcrumbs, with navigation matching native VS Code behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100