ShadowJonathan / Essy

Easy Static Site Hoster (ESSH, spoken "Essy")
MIT License
33 stars 0 forks source link

Emmet autocomplete? #7

Open ShadowJonathan opened 1 month ago

ShadowJonathan commented 1 month ago

One of the things that I've found useful when writing html in vscode myself, was the ability to use emmet shorthands to quickly create nested stuff, and the likes.

Should we try to support this prominently in the code editor? I don't think we'll support plain emmet files (at least not without a preprocessor, which has to be an extension, v2), but supporting it for quick html creation would be nice.

Heard this too:

Fireship did a video on Emmet at one point

Which can help with resources.