News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Find variable declaration?

Started by Squeller, November 21, 2006, 03:06:16 PM

Previous topic - Next topic

Squeller

#include <iostream>
using namespace std;

int main() {
  int v = 5;
  int c;
  ...
  v *= v;


When rightclicking on v, I have "find declaration of v". Result is always: "Not found". Isn't it possible to find variable declarations? Am I expecting wrong?


mandrav

QuoteWhen rightclicking on v, I have "find declaration of v". Result is always: "Not found". Isn't it possible to find variable declarations? Am I expecting wrong?

Yes, this functionality does not support local-scope tokens.
Be patient!
This bug will be fixed soon...