eclipse-lsp4e / eclipse-lsp4e/lsp4e
Feature request: right-click menu item on JS/TS breakpoints to disable them
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 85
- Forks
- 69
- Avg merge
- 8h 33m
- Merged PRs (30d)
- 6
Description
It would be nice if a JavaScript/TypeScript breakpoint could be disabled (i.e. skipped, not deleted) by right-clicking on it in the editor margin and clicking a "Disable" context menu item. Some breakpoint types support this (like JDT & PyDev breakpoints).
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 tracing how JavaScript and TypeScript breakpoints are represented and how their editor-margin context menu is built. Compare the existing disabled-breakpoint behavior mentioned for JDT and PyDev; done means a right-click Disable action skips the breakpoint without deleting it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, javascript, typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100