Posts about Rider

Terminal profiles in IDEs

I spend a significant part of my work day in a terminal. That's why I have it configured to suit my needs with a collection of several useful modules which I occasionally still extend. Although all IDEs I regularly use feature an integrated terminal which opens in repository root by default, I rarely used them because they didn't match my configuration. So I decided to check if there was a way to make them use my default PowerShell profile.

Inline hints in Visual Studio

October 4th 2024 Visual Studio Rider

By default, JetBrains Rider displays additional type information and parameter names in text editor windows. They are called inlay hints. Visual Studio's default configuration doesn't display any such type or parameter information. You only see what is already present in the code.