oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
246 stars 52 forks source link

Target c# 10,11 net8,9 #76

Open NCLnclNCL opened 4 months ago

NCLnclNCL commented 4 months ago

How to, i want use this for coding net core

oleg-shilo commented 4 months ago

.NET 8 is already available.

You will need to install the latest version of the script engine and the syntaxer and configure N++ to use them.

You can do it directly from N++ image

And the Update tab can help you to install the dependencies:

image

But I am planning to release this week another plugin update where the latest engine and syntaxer will be available out of box with the plugin.

oleg-shilo commented 4 months ago

If you receive "error MSB1008: Only one project can be specified." error change the .NET compiler to csc

Either in the script image

Or globally (you need to be an admin) image

This problem is already reported and I am working on it

NCLnclNCL commented 4 months ago

If you receive "error MSB1008: Only one project can be specified." error change the .NET compiler to csc

Either in the script image

Or globally (you need to be an admin) image

This problem is already reported and I am working on it

ok, thanks

NCLnclNCL commented 4 months ago

.NET 8 is already available.

You will need to install the latest version of the script engine and the syntaxer and configure N++ to use them.

You can d it directly from N++ image

And the Update tab can help you to install the dependencies:

image

But I am planning to release this week another plugin update where the latest engine and syntaxer will be available out of box with the plugin.

Can you tell me how to get those dlls, I really don't understand

NCLnclNCL commented 4 months ago

.NET 8 is already available.

You will need to install the latest version of the script engine and the syntaxer and configure N++ to use them.

You can d it directly from N++ image

And the Update tab can help you to install the dependencies:

image

But I am planning to release this week another plugin update where the latest engine and syntaxer will be available out of box with the plugin.

image Out of all these dlls, which dll is responsible for c# syntax?

oleg-shilo commented 4 months ago

It's as per this image:

image

Though if you click "Autodetect" button it will find and configure the right DLLs for you

oleg-shilo commented 4 months ago

And I have just published the fix for that "error MSB1008: Only one project can be specified." problem. You can update cs-script to the latest release: image