How to Configure the Touch Bar in Visual Studio Code in Under 5 Minutes
Get the most out of the Touch Bar in Visual Studio Code with two extensions and a little bit of configuration.

Search for a command to run...
Articles tagged with #vscode
Get the most out of the Touch Bar in Visual Studio Code with two extensions and a little bit of configuration.

All the changes in the P42 JavaScript Assistant since February 2022

Convert && !== and || === chains into array.includes.

Destructure an object and use variables instead of property access chains.

JavaScript programming in an editor such as Visual Studio Code typically involves a lot of manual text editing, with the occasional copy-paste keyboard shortcuts or multi-cursor changes. Code assists such as refactorings, code actions, and quick fixe...

There have been many changes to the P42 JavaScript Assistant for Visual Studio Code in January 2022: User Interface Suggestions Sidebar Panel The P42 sidebar now contains a panel with refactoring suggestions for the content of the currently active ed...
