How to Duplicate a Line or a Selection in VS Code I wrotea bookin which I share everything I know about how to become a better, more efficient programmer. You can use the search field on myHome Pageto filter through all of my articles. ...
I likeFira Code. It’s free, and has some very nice programming ligatures, which transform common constructs like!==and=>to nicer symbols: Enable it by installing the font and adding this to your configuration: "editor.fontFamily":"Fira Code","editor.fontLigatures":true` Workspaces All Us...
Code language not supported or defined VS Code Error [Fixed] I wrotea bookin which I share everything I know about how to become a better, more efficient programmer. You can use the search field on myHome Pageto filter through all of my articles. ...
I want to be able to generate links for some identifiers. That's a separate feature, isn't it? Contributor codepunkt commented Aug 22, 2020 I've been doing something like this on my new work-in-progress blog using gatsby-remark-vscode, which is kinda similar, but comes with it's ow...