✅ Updating library intellisense in vscode
I'm writing a project and it uses a library that I'm also writing. When I make changes to the library then I run
Right now I'm just closing/reopening the window, or doing
dotnet build, but the changes aren't reflected in vscode for the project that uses the library. Is there a way to like refresh the intellisense and whatnot in vscode?Right now I'm just closing/reopening the window, or doing
Developer: Reload Window from the command pallet. Surely theres like a C# only kinda reload command