Hello,
I'm using a node.js module that is called streamline, and I would like to know if there is a way to include other file extensions to be considered has javascript (node.js) files, because streamline need to use ._js files extensions.
In the same issue, I would like to know if there is a plan to include jshint compilation on save action and on build task ?
Thank you by advance for your answers, I don't know if to create an issue is the good way to ask about this kind of problems.
Comments: We will certainly look into registering more extensions. In the mean time there is a simple solution to associate any file extension you want with the node.js editor. In Visual Studio open the options window Tools->Options... Navigate to Text Editor->File Extension Type in the desired extension and select Node.js editor from the drop down. Click Add
I'm using a node.js module that is called streamline, and I would like to know if there is a way to include other file extensions to be considered has javascript (node.js) files, because streamline need to use ._js files extensions.
In the same issue, I would like to know if there is a plan to include jshint compilation on save action and on build task ?
Thank you by advance for your answers, I don't know if to create an issue is the good way to ask about this kind of problems.
Comments: We will certainly look into registering more extensions. In the mean time there is a simple solution to associate any file extension you want with the node.js editor. In Visual Studio open the options window Tools->Options... Navigate to Text Editor->File Extension Type in the desired extension and select Node.js editor from the drop down. Click Add