Adjusting Development Environment for Javascript Development - jpjohnsonjr/learning-notes GitHub Wiki

Why adjust the development environment?

When coding Javascript, Sublime Text will attempt to help by autocompleting. If there are a lot in the folders, there will be too much and create slowness. Can be adjusted as follows. Sublime comes with a command -- sublime . -- that will open up just in the current workspace. Learn more about Sublime Text 3 command line controls.

Using the Console tab in Google developer tools

This is where javascript and javacript messages will show up. Undocking the whole panel will separate the console out so that window is not visible. Especially useful for javascript because it will show while developing.