right now myeclipse only shows variables that are declared with the var keyword.
it would be nice if it showed the name of all variables used regardless of whether or not they are newly declared (with our without var) or just used in the function.
maybe its possible to enable this type of functionality in the options or in a different plugin?