question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`toggle_comment` dosn't work for TypeScript

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Thom1729commented, Jul 13, 2020

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.

0reactions
Thom1729commented, Jul 16, 2020

Released in v2.4.1.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found