I am working on an app that targets the atom/electron shell and they use CommonJS in the browser, not AMD/RequireJS.
There is an article on MSDN about Customizing Intellisense for RequireJS but I cannot find any information about customizing Intellisense for CommonJS (which is the synchronous, Node.js style require
function). The only CommonJS Intellisense that seems to work in Visual Studio is when editing files in a Node.js project created with Node Tools for VS.
Is there any other way?