microsoft / nodejstools

Node.js Tools for Visual Studio
http://aka.ms/explorentvs
Apache License 2.0
1.79k stars 359 forks source link

Can't enter multiple lines in interactive window #1300

Open mousetraps opened 7 years ago

mousetraps commented 7 years ago

image

Steps to Reproduce
  1. type function () { <enter> in IW
mjbvz commented 7 years ago

Yes, after ripping out the static analysis engine and removing code analysis from the interactive window, we no longer support automatically entering multiline statements in the interactive window. You now have to press CTRL + SHIFT + RETURN to enter a new line. Automatic indention of multiline statements in the interactive window is also not supported any longer.

mjbvz commented 7 years ago

Reopening to track resolving this eventually this it is a known regression. This may be something we investigate further with #1090 in dev15.

paulvanbrenk commented 6 years ago

This requires interaction with th JavaScript LS, to figure out if this method should retur true.