cs-script.npp icon indicating copy to clipboard operation
cs-script.npp copied to clipboard

Intellisense not working as expected

Open megakraken opened this issue 6 months ago • 6 comments

Hello,

when typing something like File. I would expect the intellisense popup to appear with all members for File and then as I proceed to type see the list gradually be narrowed down to the matching members. Well, just like in Visual Studio.

However the popup won't appear automatically after typing . and the only way I can get it to show is by pressing CTRL + Space. Also the list won't narrow down as I continue typing and I have to manually scroll through it to select the member I want.

Here's a video that illustrates what I mean:

https://github.com/oleg-shilo/cs-script.npp/assets/15066925/a07438f3-e29b-45ba-821a-32f813d9fba0

Is this how this plugin is supposed to work or is there something wrong? I didn't change any of the settings and it's a fresh install of notepad++ without any other plugins running.

For what it's worth I'm using plugin version 1.7.24.0 (x64) and notepad++ version v8 (x64) as suggested in #71 because I'm wanting to target the .NET Framework.

Thanks for any help!

megakraken avatar Feb 08 '24 15:02 megakraken