Is there a good alternative to C# Dev Kit?

Hi,

As you probably know, C# Dev Kit extension cannot be used in Cursor due to licensing reasons. I understand that.

Because of that I am looking for an alternative. I need it to also support quick fixes feature, as I grew really attached to it and it is embedded into my flow so much I feel a lot of discomfort without it.

For now I have checked dotRush, but it either doesn’t support quickfixes, or it is somehow incompatible with Cursor as when trying to use the feature, I just see the horizontal progress bar on top without anything happening.

Any ideas?

Perhaps try the ReSharper plugin? Get started | ReSharper for Visual Studio Code Documentation You’ll need to download and install the plugin manually via the .vsix file.

Thanks, will check it!

I tried.

Code Action lightbulbs show now, but are not clickable.

Additionally, resharper doesn’t read .editorconfig as it is supposed to do, which means I have lots of namespace warnings I can’t really deal with because I have to use rules specifieed in one of framework I use.

EDIT: that second part works now, just had to reload the IDE.