I’ve crawled my way through about 500 lines of code in the past days making webpages.
Is there a way to have an editor open and viewable for Html, Css, and JS.
I’m trying to edit for functionality. But spend more time alt tabbing between browser, and 7 pages.
than simply selecting a box with the code in it.
Any help would be appreciated or a text editior that could.
3 editors 1 window?
dark6designs
#1
0 Likes
OdatNurd
#2
If you mean having an HTML file, CSS file and JS file open for editing all at once in the same window so you can see all of them at once, yes; see the View > Layout
menu for some pre-built layouts or install Origami for the (easier) ability to set the layout how you want and save/recall it as needed.
If you mean having the HTML rendered inside of Sublime as it is in your browser so that you don’t have to swap between Sublime and Chrome, that’s not possible. However the LiveReload package may be of assistance with at least making the page reload itself as you edit it so that you don’t have to perform that step.
0 Likes