Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Constant File Parsing

Jacob_Williams
New Contributor III
589 Views

Visual Studio seems to have started going crazy parsing my source files.  Everytime I press any key, I see the message at the bottom of the dialog that says "Parse file <filename>".  The constant delay from doing this is an big annoyance.  How do I turn this off?  In Options -> Fortran -> Advanced, I have everything set to False, except for "Disable Database", which I set to True.  It doesn't seem to help.  I'm using VS 2010, with the 2015 version of the compiler (initial release).

0 Kudos
2 Replies
Steven_L_Intel1
Employee
589 Views

You need to restart VS to have those options take effect. I have previously reported this issue to the developers. Normally this reparsing isn't a problem, but it is for some configurations.

0 Kudos
Jacob_Williams
New Contributor III
589 Views

Hmmm, I still see the parse message (after every return, or if I stop typing for 1 sec).  But, I don't see the same delay.  So maybe it's not really parsing the file now?

0 Kudos
Reply