| JSDT Quick fix to create local variable doesn't appear [message #727210] |
Tue, 20 September 2011 12:00  |
Xavi Beumala Messages: 2 Registered: September 2011 |
Junior Member |
|
|
I have the code below in a hello.js file. JSDT doesn't trigger an error when using the undeclared 'h' variable and I don't have the quickfixes to "declare variable" or "create parameter" as shown in this screencast www.eclipse.org/atf/demos/jsdt/flash/quick_fix/quick_fix_viewlet_swf.html
function hello() {
if (h == true) {
return true;
}
return false;
}
I've been looking at all the configuration options for JSDT but can't find anything to get this to work. Is there anything special that I need to do? I'm running Eclipe Eclipse IDE for Java EE Developers 3.7
many thanks in advance
|
|
|
|
Powered by
FUDForum. Page generated in 0.01651 seconds