nvimdev / nvimdev/lspsaga.nvim
Feature Request: Outline - Use different icons for different access modifiers
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Lua
- Stars
- 3.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
In the outline window, use different icons for different access modifiers (e.g. public, private)
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 locating the outline-window implementation and the code that assigns icons to outline items. Trace how access modifiers are exposed by the LSP data, then define the distinct icon behavior for public and private members. Done means the outline window visibly uses different icons for the requested access modifiers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100