Factsheet
Videos
good IDE for js/html/css?
Does anyone else here struggle the most with HTML / CSS?
Using Vim for Web Developent (HTML,CSS,Javascript) self.webdev
For javascript:
-
ternjs with neocomplete or deoplete on nvim
-
Yet Another JavaScript Syntax
-
vim-javascript
-
vim-jsdoc
-
vim-node
-
vim-javascript-syntax
For HTML:
-
emmet
-
pug (formerly jade)
CSS:
-
css-colors
-
stylus
I use (neo)vim for web development, you can check my vimrc
(edit: added yajs)
More on reddit.comBrackets (open source code editor for HTML, CSS, JS) EOL notice
What is a JavaScript compiler?
How fast is the online JavaScript compiler?
Is PlayCode's JavaScript compiler free?
Can someone suggest a good IDE for JS? I'd like something that can both edit, highlight, tidy, AND run* the code. Preferably FOSS.
*I realize any browser can run JS/HTML/CSS, but I want to write code on a local machine and don't want to deal with CORS violations since I often need to access both .js files and .csv files that are in the same directory while running my JS code. I also want the convenience of a single-window IDE that looks like jsfiddle.