kenijo
kenijo
I was thinking of activating the "Highlight Toggle Current" on mouse select so that it highlights all the instances of the selected word in the file and across multiple panels....
Thank you, that is actually very useful. It feels more natural to use an AllowList and a DenyList but I can live with this.
Here is what I imagine (or something similar): 
I made an update to handle all the new styles as of Notepad++ 8.4: https://github.com/kenijo/nord-notepadplusplus/blob/master/src/xml/nord.xml
I believe the default behavior of VSCode is to highlight the current selection only when text is selected with the mouse. My idea is to do the same as the...
Context for the feature: Well it is very much the same context as using "toggle highlight" in the first place but with slightly more flexibility. In my case, I often...
The fork https://atom.io/packages/remote-edit2 seems to solve the issue
Oh interesting. Searching for "remote-edit2" doesn't always bring up the result. Searching for "remote edit" brings the result but you have to scroll down to the 10th result. Our you...
I second this issue. I have code written like this: `for(int i; i < count; i++) { //if(bool == true) { a = b + c; //} }` and the...
For those interested, I ended up forking the original [Ligaturizer](https://github.com/ToxicFrog/Ligaturizer) to release an updated version of Source Code Pro based on the release 2.042R-u_1.062R-i and FiraCode 3.1. It is available...