Support Liquid CSS/JS function peek feature
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 234
- Forks
- 92
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
- It's hard to find CSS classes and JS functions when they are all in giant files
- It would be great to click into a CSS classes and JS functions when you are inside liquid files
Describe the solution you'd like
Very similar to this VSCode extension that already does it for CSS classes in HTML files
https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek&ssr=false#overview
Describe alternatives you've considered
- It would help if we could group css / js / liquid files when they belong together into one folder 😁
Checklist
- I have checked and made sure that the proposal adheres to this plugin's principles
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
No files, tests, or entry points are named. Start by locating the Liquid language-server or editor-intelligence implementation and compare the requested behavior with the linked CSS Peek extension; done means navigation from Liquid files to CSS classes and JavaScript functions is supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100