oleg-shilo / cs-script.npp

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

[Ctrl+Space] intellisense does not take additional non-GAC DefaultRefAsms into account #31

Closed maettu-this closed 7 months ago

maettu-this commented 5 years ago

Based on our email conversation:

I see. It is because the syntaxer (the intellisense engine) uses the script as a source of the ref assemblies but not the Npp config file. This does not affect intellisense for the GAC assembies (major objective of the def asms in the config) but does for non-GAC ones.

Would be nice if a future version of the plugin would support this.