redhat-developer / redhat-developer/vscode-java
Can't find methods in symbol search
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Hi, thanks for this amazing extension :)
I can't find method in symbol search by doing > Go to Symbol in Workspace in VSCode. I only can find class.
But when I do > Go to Symbol in Editor I can find method and class in the current file.
Is it an issue related to VSCode? Or is it known that the plugin can't find methods using > Go to Symbol in Workspace?
Edit: Clean up the issue to improve readability.
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 by reproducing the difference between Go to Symbol in Workspace and Go to Symbol in Editor in VSCode, using a Java project with methods and classes. Trace the symbol-search path to determine why workspace results omit methods; done means methods appear alongside classes in workspace symbol search.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, search, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100