-
Notifications
You must be signed in to change notification settings - Fork 54
Description
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:
intellisense.mp4
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!