Here is a simple vim shortcut for adding a piece of code that will log a debug message. iab _log container.libBLExternal.log(“”)<left><left> now, if you type _log<space or tab> in a file, you will get container.libBLExternal.log(” “) and your cursor will … Continue reading
May 14, 2010
by eric
0 comments