Is it possible to create a notepad ++ plug in C #?
I saw several tutorials, but all I found was how to write plugins in C ++.
Is there a way to do this in C # and where can I find a tutorial that explains how to do this?
Checkout NppPlugin.Net
I have not used it, but it claims to include both a project template and an example plugin.