This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243832

Summary: templates not expanding correctly
Product: javascript Reporter: John Jullion-ceccarelli <johnjullion>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED WORKSFORME    
Severity: normal CC: mmirilovic, pjiricka
Priority: P2    
Version: 8.0   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description John Jullion-ceccarelli 2014-04-14 21:15:37 UTC
in Javascript file, type:

http.createServer(fun)

then press tab after the fun, you'll get 

http.createServer(functfunction name(parameters) {
        
        })
Comment 1 John Jullion-ceccarelli 2014-04-14 21:21:38 UTC
var => TAB gives you

                        vvar name = value;
Comment 2 Petr Pisl 2014-04-14 21:30:28 UTC
Hi, I can not reproduce either the first case nor the second case. I will ask people with Mac OS, probably Mac specific?

Just the note. There is started NodeJs support on the nodejs branch.
Comment 3 Petr Jiricka 2014-07-15 12:43:10 UTC
I am trying on Mac OS X and it works fine for me, var => TAB gives me:

var name = value;
Comment 4 Petr Pisl 2014-07-24 09:34:54 UTC
Still both cases works for me. Please reopen, if you can reproduce.