User forums > Using Code::Blocks

Find variable declaration?

(1/1)

Squeller:

--- Code: ---#include <iostream>
using namespace std;

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

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:

--- Quote ---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?

--- End quote ---

Yes, this functionality does not support local-scope tokens.

Navigation

[0] Message Index

Go to full version