Search for symbols
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
Actually this is more like a question than a feature request but anyway, is there a vim key combo for the vscode to search for symbols? If not, is there something comparable in vim that can be adjusted to act in that way?
Describe the solution you'd like
A key binding that lets me search for symbols in a file.
Describe alternatives you've considered
I guess manually unmap to not interfere with vscode
Additional context
When you hit F1 and delete the > and type either @ or # is what I mean.
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
The issue points to VS Code's F1 command palette and the @/# symbol-search forms; start by examining how the extension handles Vim key bindings and VS Code commands. Done means a Vim key binding can search symbols within the current file without conflicting with VS Code's behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100