Steps to Reproduce
- Open VS 2015
- Open Node.js interactive window
- Type:
a. in the interactive window
- Put cursor on the
$ in a$.
- Press return
Expected Behavior
We get a nice smart indent on the next line.
Actual Behavior
💥 with InvalidCast exception on SmartIndent.cs in the GetDesiredIndentation function on the line where we call dte.get_properties("TextEditor", "Node.js"). No such interface supported.
- NTVS Version: NTVS 1.2 Beta
- Visual Studio Version: VS 2015 Update 3
Steps to Reproduce
a.in the interactive window$ina$.Expected Behavior
We get a nice smart indent on the next line.
Actual Behavior
💥 with
InvalidCastexception onSmartIndent.csin theGetDesiredIndentationfunction on the line where we calldte.get_properties("TextEditor", "Node.js").No such interface supported.