Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmetio/netbeans
Emmet plugin for NetBeans
https://github.com/emmetio/netbeans
Last synced: 22 days ago
JSON representation
Emmet plugin for NetBeans
- Host: GitHub
- URL: https://github.com/emmetio/netbeans
- Owner: emmetio
- License: gpl-2.0
- Fork: true (lorenzos/ZenCodingNetBeansPlugin)
- Created: 2013-03-02T10:35:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T00:42:35.000Z (over 4 years ago)
- Last Synced: 2024-10-29T22:37:58.861Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://emmet.io
- Size: 6.55 MB
- Stars: 147
- Watchers: 17
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-netbeans - Emmet (Zen Coding) - Support for Emmet shortcuts. (:electric_plug: Plugins <a name="plugins"></a> / Productivity)
README
# [Emmet](http://emmet.io) plugin for NetBeans
Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: http://emmet.io
![Screenshot](https://github.com/lorenzos/ZenCodingNetBeansPlugin/raw/master/graphics/screenshot.png)
## Installation
You can install this plugin directly from [NetBeans Plugin Portal](http://plugins.netbeans.org/plugin/48315/): in NetBeans, open `Tools > Plugins > Available plugins` and find and install *Emmet* plugin.
When installed, check out `Edit > Emmet` menu item for available actions.
## Keyboard shortcuts
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.
## Extensions support
This plugin supports [Emmet extensions](http://docs.emmet.io/customization/). Go to `Tools > Options > Miscellaneous > Emmet` tab and pick folder with your extensions.
## TAB key support
Expand abbreviations with the TAB key. Go to `Tools > Options > Miscellaneous > Emmet` tab. Then check it.
## Credits
* [Original plugin](https://github.com/lorenzos/ZenCodingNetBeansPlugin) implementation by [Lorenzo Stanco](http://www.lorenzostanco.com)
* Emmet core and NetBeans plugin tweaks by [Sergey Chikuyonok](http://emmet.io/credits/).