Closed GoogleCodeExporter closed 9 years ago
I already used command file and simple example above works. However the
attached file will demonstrate issue I got.
Original comment by chanh.q....@gtempaccount.com
on 23 Sep 2010 at 4:49
Attachments:
To fix this issue I need to parse the global statements. This is easy to
implement but it would add to the overhead of parsing source files. I am
pondering whether the gain is worth the overhead.
Original comment by pyscripter
on 8 Oct 2010 at 10:01
I would argue that this is worth fixing, because in a real-world situation, you
could be looking at several hundreds of lines of code between the global
declaration and the use of the variable that you're hovering over, meaning
there is no obvious way to see that the information being displayed is
incorrect.
Original comment by pdaif...@nvidia.com
on 11 Oct 2010 at 8:36
Fixed in version control
Original comment by pyscripter
on 12 Oct 2010 at 3:11
Original issue reported on code.google.com by
pdaif...@nvidia.com
on 23 Sep 2010 at 4:32