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”):
Custom HTML tags and attributes completions
burbot
#1
0 Likes
kingkeith
#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