2026

Winter

6 min read

Developers often face repetitive coding patterns, ranging from standard if/for structures to Go's error handling or HTML boilerplates. This redundancy is inefficient and error-prone. Snippets offer the optimal solution. When you type a short prefix (e.g., if, for), your IDE suggests a completion item that can be expanded into a predefined code template.
2025

Autumn

4 min read

Customize the VS Code status bar with custom CSS, fonts, item ordering, Vim mode colors, and replacement problem icons.

Summer

3 min read

Learn how to enhance VSCode text navigation by setting up EasyMotion with the VSCode Vim extension and LazyVim-like keybindings.

Spring

2024

Winter

3 min read

Use VS Code Dev Containers to develop inside Docker, reusing an existing Dockerfile while keeping dependencies isolated and reproducible.

3 min read

Customize VS Code with Custom CSS and Animations, including themes, fonts, status bar styling, borders, and command palette layout.

Autumn

Winter

3 min read

A brief note on using VS Code tasks.json to compile, run, package, and automate common project tasks.

2 min read

A personal list of VS Code extensions for editing, Markdown, formatting, Git, web development, utilities, and drawing.