SOUT Shortcut in Netbeans for Javascript -


in java netbeans use sout + tab autotype system.out.println(). there similar abbreviation javascript console.log() in netbeans? or how set in ide?

go : tools->options->editor->code templates

select language , set abbreviation. there plenty of examples learn how create own.


Comments