Emmet plugin for NetBeans
Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: https://emmet.io
You can install this plugin directly from NetBeans Plugin Portal: in NetBeans, open Tools > Plugins > Available plugins
and find and install Emmet plugin.
When installed, check out Edit > Emmet
menu item for available actions.
By default, plugin has almost no shortcuts. To bind keyboard shortcuts to Emmet actions or change existing ones, go to Tools > Options > Keymap
. For your convenience, all Emmet actions are grouped under Emmet
categories.
This plugin supports Emmet extensions. Go to Tools > Options > Miscellaneous > Emmet
tab and pick folder with your extensions.
- Original plugin implementation by Lorenzo Stanco
- Emmet core and NetBeans plugin tweaks by Sergey Chikuyonok.