Page 2 of 4

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 8:41 am
by BladeMF
Jakub Misek wrote:
BladeMF wrote:There you go. Keep me posted please.
It looks fine. Can I ask for your ActivityLog.xml file (start VS with /Log), file is in %APPDATA%\Microsoft\VisualStudio\11.0\

Thanks!


You mean 12.0, not 11.0?

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 9:41 am
by Jakub Misek
12.0 for VS 2013, 11.0 for VS 2012 :-) Thanks,

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 9:42 am
by BladeMF
Since my problem is with 2013, I am sending you its activity log.

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 11:29 am
by Jakub Misek
Thanks! So it is working ok in VS2012?

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 11:34 am
by BladeMF
Jakub Misek wrote:Thanks! So it is working ok in VS2012?

I haven't installed the latest version there.

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 11:53 am
by Jakub Misek
The log file seems fine.

But I noticed, now we are loading project asynchronously, and IntelliSense does not handle this ... So it sees new project, and loads its (yet) empty content before it is actually loaded ...
I'll try to fix this and make an update within a day.

Thanks!

Re: I've lost intellisense!

PostPosted: November 19th, 2013, 12:25 pm
by BladeMF
Jakub Misek wrote:The log file seems fine.

But I noticed, now we are loading project asynchronously, and IntelliSense does not handle this ... So it sees new project, and loads its (yet) empty content before it is actually loaded ...
I'll try to fix this and make an update within a day.

Thanks!


Yep, so if a project loads really fast (I guess like your test project), it works :) You should make a project on a network share. It adds just a touch of lag :)

Re: I've lost intellisense!

PostPosted: November 21st, 2013, 7:53 pm
by BladeMF
I confirm that with version 1.9.4815 the bug is gone.

Re: I've lost intellisense!

PostPosted: November 22nd, 2013, 11:02 am
by BladeMF
Aaaaand I have the problem again.

Re: I've lost intellisense!

PostPosted: November 22nd, 2013, 3:26 pm
by Jakub Misek
Yes, we didn't even try to fix it in 4815, since we don't know how.

I would have few more questions:
1. does it happen in VS2012 version too?
2. if you open new instance of VS, open your project and try IntelliSense - parsing starts right?
3. if you close opened solution (after trying IntelliSense) and open a project again - parsing does not start?
4. if you unload/reload project - parsing starts?

Thanks,