mukhortov / HESH-WordPress-Plugin

WordPress plugin that adds syntax highlighting to the Post/Page HTML editor
61 stars 17 forks source link

Add autocomplete function #102

Open Theo789595 opened 3 years ago

Theo789595 commented 3 years ago

Autocompleting speeds up the process of editing making it work like a charm.

  1. Autocomplete as you type
  2. And if you wanted better CSS support, show available css options for each property. (If i type in align-text: gives me available options without even having typed yet.

That's it!