Plugin "HTML Class Complete"
This is auto-completion plugin for SynWrite editor.
It allows to perform auto-completion of CSS class names, while editing HTML "class" and "id" attributes.
For ex:
- If HTML file links to "main.css" and "main.css" defines N class names
(for specific tags, or general names for all tags), then HTML editor will show you
these N names while you call auto-completion after class= attrib.
- Same for id= attribs, if css-file contains such id's.
CSS may be linked in such ways:
- with <link type="text/css" href="main.css" rel="stylesheet">
- with <style type="text/css"> styles here... </style>
- with <style type="text/css"> @import "main.css"; </style>
How to install
Just open plugin's zip-file in SynWrite, and confirm installation.
Supported lexers list (it should be only HTML and PHP) can be edited using command "Options - Advanced - Edit file SynPlugins.ini".
About
Author: Alexey T. (SynWrite author)
Licensed under MIT license.