Completion issues with class members
I couldn't find the documentation, though I seem to remember reading it somewhere, but Ctrl-Space seems to insert the members of a type by default incorrectly now.
Example: Type in new { a = DateTime.Now.date
then press Ctrl-Space. I see all the members of DateTime
inserted instead of a change of date
to Date
or a drop-down of choices.
Also, the menu option Edit|Autocompletion|Complete Word doesn't seem to work and does nothing with the cursor immediately after date
or with date
highlighted?
Comments
Thanks - this should be fixed in 6.10.4. Let me know if you are still having issues.
The Ctrl-Space is working properly; the menu option Edit|Autocompletion|Complete Word still does nothing.
It looks like a number of those options don't work when selected from the menu. I'll look into what's going on.