Post Archive

Combining Angular Directives with the Directive Composition API, posted 12/18/2022

The Directive Composition API brings with it a couple benefits:

VS Code: Skipping current selection when using cmd/ctrl+d, posted 12/10/2022

One of my favorite features in VS Code is being able to select the next occurrence of the selected word by pressing cmd+d (ctrl+d for Windows). This then allows me to quickly modify each instance of that word.

Previous / Next