HTML Snippets Package not working
Description of the bug
Hi everyone,
I've had these packages installed in my Sublime Text for a long time now, and they've always allowed me to generate code automatically by just pressing tab, which makes coding much faster. However, they've stopped working for some reason. I've tried uninstalling and reinstalling them, but that didn't help. Any ideas on what I can do?
Packages: HTML5 HTML Snippets
Thanks a lot!
Steps to reproduce
Step 1: Make sure you have the two packages mentioned above installed. Step 2: Open a new file with HTML syntax. Step 3: Type "img" and press the tab key. This should trigger the package's auto-complete feature and generate code. If I recall correctly, it should generate something like:
<img src="" title="" />
I can't remember the exact code off the top of my head, but that's what the packages usually do.
Expected behavior
I need the HTML tag snippet to automatically appear when I press tab
Actual behavior
It stops working for some reason and now doesn't appear any snippet.
Sublime Text build number
help: about
Operating system & version
Windows 10
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
Installing the HTML5 package it's all working as expected for me. It's likely you've got a setting or another package that's interfering. Can you try safe mode and install HTML5 there to see if it works?
Also what version of Sublime Text are you using?
Maybe related with https://github.com/sublimehq/sublime_text/issues/4254