`toggle_comment` dosn't work for TypeScript
See original GitHub issueHello,
The toggle comment command doesn’t work when inside typescript files.
let x: number = 21 |
running the toggle command I expect to see:
// let x: number = 21 |
but I get:
let x: number = 21 |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Typescript comment toggle · Issue #135 · eclipse ... - GitHub
It's supposed to be either Ctrl+Shift+C or Ctrl+Shift+/ . Look in Window > Preferences > General > Keys and see the binding for...
Read more >"Toggle Line Comment" shortcut broken again for JS & TS files
Edit -> Format -> Toggle Line Comments (Cmd /). This does not work in JavaScript or Typescript files. The menu option was there...
Read more >How to make comment multi line in TypeScript (Angular 2)
Convert multi line code into comments in typescript using ^+/ to toggle code ... select the text and press: Shift + Alt +...
Read more >Comment with Line Comment does not work
Hi I have small but infuriating problem. I have default settings according to which ctrl + / should comment a line and ctrl...
Read more >block comments not working - Genuitec
As per the Eclipse shortcuts, Ctrl+Shift+/ is for adding block comments and Ctrl+Shift+\ is to remove block comments. Can you please clarify if ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try v2.4.1-beta.2 and let me know if it works for you. In the long run, I’ll want to make this more customizable, but I’m hoping that this will work in the meantime.
Released in v2.4.1.