Question

In Java with Netbeans I often use sout + Tab to autotype System.out.println(). Is there a similar abbreviation for Javascript console.log() in Netbeans? Or how could it be set in the IDE?

Was it helpful?

Solution

Go to : Tools->Options->Editor->Code Templates

Select your language and set abbreviation. There are plenty of examples to learn how to create your own.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top