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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top