Support better tabbing in Intellisense like standard IDEs
When writing JavaScript code in the Intellisense editor, it is difficult to refactor code because you cannot select and entire section of code and hit tab or alt-tab to shift the section of code in our out. If you have a a for loop that contains 10 lines of code, you have to go to each line and hit tab for each and very line.
-
Anonymous commented
I got a marketing e-mail referring to 3T as an 'IDE,' and my instinctive response is, "I still paste stuff back into 3T from Notepad++. How can you call it an IDE?"
-
Chris Daniels commented
Note, meant IntelliShell. And for further clarification, you can select multiple lines and hit tab, but when you do that it erases every single line you've selected and replaces it with tab characters.