Sunday, March 31, 2013

Intellisense in Batch file with Visual Studio 2012

Out of the box Visual Studio does not support batch file. No syntax highlighting and obviously no form of intellisense. My extension TextHighlighterExtension2012 already offered syntax highlighting, but now offer basic intellisense around

  • variables declared in the batch file
  • environment variables
  • label declared in the batch file

The youtube video is Batch file intellisense in Visual Studio 2012.

Screenshots.














No comments:

Post a Comment