nushell / nushell/vscode-nushell-lang
Add Outline view
Nobody has claimed this yet.
- Dominant language
- Nushell
- Stars
- 153
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Talking in Discord, it was brought up that it would be cool if vscode's Outline feature were hooked up. I agree.
Anyone interested in implementing this?
I'm just guessing, but I think it would need to happen when the document is Validated? https://github.com/nushell/vscode-nushell-lang/blob/b3debe6c7aed8c7956420d7a82f3e56468ea5f7e/server/src/server.ts#L241
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
Start with server/src/server.ts at the linked validation entry point and inspect how validated documents are handled. Determine where the VS Code Outline integration belongs and define completion as the extension exposing the document's outline through that path; the issue does not name tests or a more specific implementation location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100