mathworks / mathworks/MATLAB-language-server
Support workspace symbols request
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 125
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Workspace symbols can be a very useful way to efficiently do a wide search in a project as that search only matches real symbol locations compared to a text search which matches comments, strings, etc.
Describe the solution you'd like
Support workspace symbol requests
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 the linked Language Server Protocol workspace symbol specification and inspect the repository for its existing request-handling entry points. Define done as accepting workspace symbol requests and returning matching real symbol locations across the project, with behavior aligned to the specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100