Sublime Forum

Custom HTML tags and attributes completions

#1

Hello everyone! I like Sublime Text 3, it’s very fast and tunnable editor.
I wonder if there is a way to get custom HTML tags and attributes names completions? Something like this atom package (there is a completions.json file that contains tags and attributes “manifest”):

0 Likes

#2

the built in ones are here:

you could edit that (for example with https://packagecontrol.io/packages/PackageResourceViewer) and maybe even submit a PR if your changes would benefit the community, or just build something similar that would read from json

3 Likes

#3

Thanks! That’s what I need.

0 Likes