1. 4

Of particular interest: a version of VS that runs natively on Mac/Linux.

  1.  

  2. 2

    The version of VS mentioned is Visual Studio Code. It is editor written in JavaScript, based on Atom, that implements IntelliSense using plugins.

    There is a Lobsters discussion about the launch of Visual Studio Code.

    1. 3

      Not quite Atom based. It uses their Monaco editor seen elsewhere, but the wrapper component is from Atom.