minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
608 stars 22 forks source link

Integrate with emmet-mode #27

Closed vmsp closed 2 years ago

vmsp commented 2 years ago

Emmet allows you to easily expand a snippet to valid markup. E.g.

main.class1.class2|

becomes

<main class="class1 class">
  |
</main>

https://github.com/smihica/emmet-mode

minad commented 2 years ago

Emmet-mode looks nice. Unfortunately it seems unmaintained.

Integrations with third party packages are out of scope for Cape. But one could add a Capf in the style of Cape to emmet-mode.

See also my Tempel package which provides the Capfs tempel-expand and tempel-complete. I imagine that an emmet-expand Capf will look similarly. Please open an issue on the emmet-mode issue tracker.