Broken content assist for local variables

Bug Reports and Fixes

Broken content assist for local variables

Postby sergey_che » Wed Aug 27, 2008 9:48 am

If I define function inside 'if' statement, the content assist for local variables of this function will be broken:

Code: Select all
if (1 == 1) {
   function sample(arg){
      var obj = {};
      ob // Ctl+Space here, content assist doesn't show 'obj' or 'arg'
   }
}
sergey_che
 
Posts: 14
Joined: Tue Mar 11, 2008 10:04 am

Postby eric_suen » Fri Aug 29, 2008 7:52 am

Thanks for report this issue, I will fix it in next version.
eric_suen
Site Admin
 
Posts: 487
Joined: Wed Sep 28, 2005 7:00 am


Return to Bugs

Who is online

Users browsing this forum: No registered users and 0 guests

cron