Visual Studio Code Tweeks

Veröffentlicht am

Visual Studio Code has become the default development platform for many/some, especially now that AI coding assistants are deeply integrated. It’s also nowadays possible to develop Java and even C# completely in VSCode, thanks to a rush of updates the implementation of Language Server Protocol and extensions that turned the former editor into a full IDE. … Weiterlesen Visual Studio Code Tweeks

Copilot Optimize Behavior in VSCode

Veröffentlicht am

Based on my experience working with VS Code and GitHub Copilot on larger codebases, I can say that, the quality of your prompts plays a critical role in shaping architectural consistency, testability, and maintainability of your project. When GitHub Copilot receives a purely technical requirement without any guidance on how to approach the task, it … Weiterlesen Copilot Optimize Behavior in VSCode