SublimeLogMagic icon indicating copy to clipboard operation
SublimeLogMagic copied to clipboard

Javascript console.log statements at the tip of your fingers

Results 3 SublimeLogMagic issues
Sort by recently updated
recently updated
newest added

Hello @syko :-) Love your plugin \o/ Got this: ```js console.log('myVar', myVar) var myVar = myFunc(myParam => myParam === myOtherVar); console.log('myVar', 'myOtherVar:', myOtherVar) ``` I tried the ES5 version, it's...

Hello there, another particular case: ```js console.log('myVar', myVar) /*expected:*/ console.log('myVar', myVar, 'myParam:', myParam) var myVar = myFunc(myParam) console.log('myVar', myVar) /*expected:*/ console.log('myVar', myVar, 'myParam:', myParam) ```

getting this error while installing ![screen shot 2016-06-28 at 8 37 36 am](https://cloud.githubusercontent.com/assets/1393936/16402692/d37fa388-3d0b-11e6-97e9-493371f51e90.png) `Error trying to parse file: Trailing comma before closing bracket in ~/Library/Application Support/Sublime Text 2/Packages/LogMagic/Default (OSX).sublime-keymap:5:9` Sublime...