Intellisense madness

Profile Anaysis via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Feb 3 22:32:38 PST 2017


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)





More information about the Digitalmars-d-ide mailing list