mathworks / mathworks/MATLAB-language-server
Show linting message suppression quick fixes when MATLAB is not connected
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.
I set MATLAB to never launch in the extension and code analyzer messages work with some quick fixes (e.g. adding a missing semicolon). However, the quick fixes to suppress warnings on the line and in the file are not present in this mode.
Describe the solution you'd like
When MATLAB is not connected, the message suppression quick fixes should be available.
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 locating the quick-fix handling for MATLAB code analyzer messages and compare the connected and disconnected paths. Verify how the line- and file-level suppression fixes are registered; done means both fixes are available when MATLAB is configured not to launch, alongside the existing quick fixes.
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