
Understanding the Main Section of .editorconfig
Understanding the Main Section of .editorconfig As part of our Code Cleanup series, let’s dive into the core configuration options in .editorconfig. Understanding these settings is crucial for main...
Understanding the Main Section of .editorconfig As part of our Code Cleanup series, let’s dive into the core configuration options in .editorconfig. Understanding these settings is crucial for main...
Code Cleanup Series Part 1: Enforcing Code Style with .editorconfig and Static Analysis in .NET In the world of software development, consistency is key. Maintaining a uniform code style across a ...
Visual Studio Code is bringing in the big AI guns, adding support for Anthropic’s Claude 3.5 Sonnet, Google’s Gemini 1.5 Pro, and OpenAI’s o1-preview. Here’s why that’s huge: Powerful AI L...
Select All Matching Strings with ALT+SHIFT+.: A Handy Visual Studio Shortcut Visual Studio just made editing repetitive code faster with a new shortcut: ALT+SHIFT+. Now, you can select all instanc...
Big news! JetBrains Rider is now free for non-commercial projects. Here’s why that rocks: Top-Tier Tools, Zero Cost No more scrimping on features! Students, hobbyists, and indie devs get a...
We had a problem last week to find out why specific project has reference to IdentityServer4, it wasn’t added as direct reference to this project, but it was transient reference. Easiest way to ver...
Visual Studio just added a long-awaited feature to its debugger: inline return values for return statements. Here’s why this small change is a big win for devs: Instant Insight at Return Poi...
Cursor is a code editor built around AI, designed to boost your productivity without getting in your way. Here’s why you should give it a spin: Key Features AI-Powered Coding Assistant Cu...
Visual Studio has introduced a convenient new feature that enhances breakpoint management. Developers can now export and import breakpoint groups, allowing for efficient debugging across multiple p...
The Azure Poor Formatter is a powerful Visual Studio Code extension that brings enhanced T-SQL formatting capabilities to Azure Data Studio. Built on the Poor Man’s T-SQL Formatter, it offers compr...