HTML Enhancements

Support for some small features for HTML.

License

License

Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

com.junichi11.netbeans.modules
ArtifactId

ArtifactId

netbeans-html-enhancements
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

nbm
Description

Description

HTML Enhancements
Support for some small features for HTML.
Project URL

Project URL

https://github.com/junichi11/netbeans-html-enhancements
Source Code Management

Source Code Management

https://github.com/junichi11/netbeans-html-enhancements

Download netbeans-html-enhancements

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

About

This is a NetBeans Plugin for small HTML features.

Features

  • width and height completion for a img tag
  • insert as HTML action
  • update image size action

Width And Height Completion for img Tag

You must write src attribute before with and height attributes.

<img src="../../../assets/img/pic.png" width="[ctrl + space]" height="200"/>
<img src="http://junichi11.com/foo/img/pic.jpg" width="[ctrl + space]" />

If don't work well, please, push esc key.

Insert as HTML Action (Image files)

Support for multiple image files.

  1. move caret to position that you want to insert on Editor
  2. choose image files on Project pane (order in which you want to insert)
  3. Right-click > Insert as HTML
<img src="../../../assets/img/pic1.png" width="100" height="200"/>
<img src="../../../assets/img/pic2.png" width="100" height="200"/>

Update Image Size Action

You can update/insert image size(width/height) of a img tag.
Default shortcut is Ctrl + Alt + U.
If you would like to change shortcut, Please search "Update" on KeyMap Option(Tools > Options > KeyMap).

Donation

https://github.com/sponsors/junichi11

License

Apache License, Version 2.0

Versions

Version
0.6.0
0.5.0