Create a notepad ++ plugin in C #

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?

+5
source share
1 answer

Checkout NppPlugin.Net

I have not used it, but it claims to include both a project template and an example plugin.

+11
source

All Articles