View previous topic :: View next topic |
Author |
Message |
Extrawurst
Joined: 14 Mar 2007 Posts: 41
|
Posted: Sat Apr 30, 2011 11:49 am Post subject: upcoming release |
|
|
Hey now that you are parsing and lexing by yourself what about showing ddoc comments that are attached to a for example function that you show parameter tooltip for ?
And did you make any progress why the syntax error tooltip is not shown on mouse hovering in visual studio 2010 ? |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Sun May 01, 2011 11:13 am Post subject: Re: upcoming release |
|
|
Extrawurst wrote: | Hey now that you are parsing and lexing by yourself what about showing ddoc comments that are attached to a for example function that you show parameter tooltip for ?
|
Yes, this would also be nice to have in the object browser. As I currently don't try to parse all files, but only those loaded in the editor, I'd rather like to see ddoc comments in the json-browse-info files (plus a bit more). Formatting might still be a problem, though.
But I guess, once Visual D tries to do semantic analysis it will need to parse all files anyway...
Quote: | And did you make any progress why the syntax error tooltip is not shown on mouse hovering in visual studio 2010 ? |
Actually, I investigated this today, but without any progress. It seems VS2010 has a completely rewritten editor in C# while VS2010 was native C++, and this makes figuring out what's going on in VS a lot more difficult. |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Fri May 06, 2011 10:11 am Post subject: Re: upcoming release |
|
|
Extrawurst wrote: | And did you make any progress why the syntax error tooltip is not shown on mouse hovering in visual studio 2010 ? |
I finally figured out what is going on (better don't ask how). It works now in rc6, but only if the debugger is not running (sigh). |
|
Back to top |
|
|
Extrawurst
Joined: 14 Mar 2007 Posts: 41
|
Posted: Sat May 07, 2011 8:11 pm Post subject: |
|
|
i saw the commit.
well anyway nice that it works now ( i tested and confirm ) |
|
Back to top |
|
|
|