csharp.nvim icon indicating copy to clipboard operation
csharp.nvim copied to clipboard

🎁Enhancement: Dotnet user secrets

Open GustavEikaas opened this issue 11 months ago • 1 comments

Expose some way to load secrets.json into a buffer.

e.g require("csharp").load_secrets() Will prompt which project to open secrets for with a selector. When choosing one, resolve the file and load into a new buffer

GustavEikaas avatar Mar 01 '24 19:03 GustavEikaas

I made myself a small and really barebones telescope extension for this. If anyone is interested I can share it.

danielcopper avatar May 14 '24 06:05 danielcopper

This feature is merged. Thanks to @jmartins-sh

iabdelkareem avatar Jul 28 '24 12:07 iabdelkareem