Intellisense madness

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Feb 5 02:54:18 PST 2017



On 04.02.2017 07:32, Profile Anaysis wrote:
> On Thursday, 2 February 2017 at 07:21:27 UTC, Rainer Schuetze wrote:
>>
>>
>> On 01.02.2017 23:03, Rainer Schuetze wrote:
>>>>
>>>> 1. I am used to hitting page down when the intellisense pops up so I
>>>> can
>>>> quickly scroll through the list a page at a time without having to take
>>>> my hands off the keyboard. When I use page down in VD it scrolls the
>>>> cursor. Not sure if it is possible to temporarily override/hijack the
>>>> page down/up keys while intellisense is open. Down and Up keys work in
>>>> intellisense correctly but they are slow to move. Would be better to
>>>> also add the page keys and possibly home and end.
>>>
>>> Yeah, I miss page up/down sometimes, too. Will investigate...
>>
>> Page up/down should work in this prebuild:
>> https://ci.appveyor.com/project/rainers/visuald/build/job/9mjrm70mra6or98f/artifacts
>>
>>
>> Home and end don't seem to be supported, they also don't work in C++.
>
> cool, thanks! One more minor nitpick. When hovering mouse over a class
> or struct constructor, it does not show the parameters like a normal
> function. (seems that "this" does not get resolved properly as a function)
>

Unfortunately, constructors seem to cause some trouble in the semantic 
engine, there is no information for parameter tooltips, too (see 
https://issues.dlang.org/show_bug.cgi?id=11942). It works for "__ctor", 
though.


More information about the Digitalmars-d-ide mailing list