2022-11-28
|~5 min read
|915 words
I’ve been writing recently about setting up projects with Typescript as well as Babel and ESLint. Those explorations, however, we all in…
2022-11-28
|~1 min read
|153 words
Today, I decided to look into how to set up a vertical ruler for my IDE, VS Code. As with most things VS Code - once you know how, it seems…
2022-11-28
|~4 min read
|747 words
Update: Typescript 3.8 was released today and includes “Better Directory Watching on Linux and . (Here’s the release annoucement here.) This…
2022-11-28
|~2 min read
|313 words
In his talk “A Branch In Time” (which I wrote about recently in Write Better Commit Messages, Tekin Süleyman has an offhand comment that I…
2022-11-28
|~2 min read
|282 words
When programming, many tools will specify the line and column numbers. Normally, because of Intellisense in editors, the line number is…
2022-11-28
|~2 min read
|385 words
A while ago I installed the Prettier extension in VS Code and configured a few defaults in my global settings. I like having a global…
2022-11-28
|~2 min read
|261 words
Finding all instances of an imported module in a large app can be challenging. With the namespace for a module being restricted to the file…
2022-11-28
|~2 min read
|224 words
Filing this one under annoying bugs that shouldn’t be an issue but end up taking up way more of your time than you’d like. VSCode offers the…