I have some very basic shortcuts set up in Keyboard Maestro. They work flawlessly everywhere except in Visual Studio Code, Microsoft’s new open source and free software for programmers.
What I am trying to achieve is simply to replace << with [ and >> with ] without using any kind of command key. If I use CTRL+< instead of << as a shortcut, it works.
I’m using AutoHotKey on Windows and Keyboard Maestro on OS X, and I have exactly the same problem in Visual Studio Code on both platforms.
Does anyone have any hints where I would start to debug such an issue?
Sorry, I don’t have any suggestions for you. It should work, but maybe Visual Studio Code is “eating” the “<<” before the system can trigger KM. Don’t know.
But may I ask you a few off-topic questions?
Do you like Visual Studio Code?
What languages do you use?
Do you think it would be a good editor for JavaScript/JXA?
I had never heard of it before. But based on its web site, it looks very powerful.
I like Visual Studio Code, but this issue with Keyboard Maestro is making me consider trying Sublime Text instead.
The reason why I started using VSCode is my background as .NET programmer. I use Visual Studio every day at work, so when I wanted a more lightweight editor, I started using VSCode.
I use VSCode for HTML, CSS, JavaScript and TypeScript.