Friday, September 30, 2011

Visual Studio 2008 plugin

highlights substrings that are currently selected
http://code.google.com/p/wordlight/

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...