oleg-shilo / cs-script.npp

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

Plaese add support for class Auto-completion #22

Closed Samad-Shaikh closed 2 years ago

Samad-Shaikh commented 6 years ago

Plaese add support for classname Auto-completion e.g: typing "Con" shows the "Console" related classes as well as enums

oleg-shilo commented 6 years ago

It already does it:

npp

Samad-Shaikh commented 6 years ago

forgive me, I meant without pressing ctrl + space

oleg-shilo commented 6 years ago

I have marked it as 'enhancement'. I will need to POC it as implementing unsolicited completion popup may introduce a significant overhead. But... only test will tell.

oleg-shilo commented 6 years ago

After testing I found that indeed it creates inferior user experience. Though I have added it as an option AutoSuggestOnOpenEndLine = false.

Will be available in the next release