I've opened this window by mistake by clicking `+`. I don't want to add any PR comment, so how do I remove this window? I don't see a minus button. I've clicked it a few times on other lines, and now I have a bunch of these things on many lines, and I don't know how...
Behaviour- It is for bigger classes with thousands of lines of code so as read them. It wont be related to coding language, it will just collapse and expand section(which will be defined by us...
If your project is in a Dropbox folder, try moving it out. If the watcher doesn’t see a file called index.js and you’re referencing it by the folder name, you need to restart the watcher due to a Webpack bug. Some editors like Vim and IntelliJ have a “safe write” feature tha...
I'm seeing a space inserted when performing the Comment With Line Comment command on non-commented lines that have non-whitespace characters, but not: When continuing a commented line (i.e. pressing enter in a commented line if there are character(s) after the cursor.) This...
HS> sure, but if someone goes out of their way to use it, chances are HS> they know what they're doing. Because this perfectly legitimate construct is a brain dead way of specifying a different radix giving rise to subtle hard to find bugs. ...
I want to build a plugin to my intellij, that when I'm pressing ALT+A it will automatically add to the end of the code line(column 86 probably). It's gonna be a comment that build like: "myChangeA", that when myChange is a constant ...