sublime_text icon indicating copy to clipboard operation
sublime_text copied to clipboard

HTML Snippets Package not working

Open LydiaEmp opened this issue 1 year ago • 3 comments

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

LydiaEmp avatar Mar 19 '24 08:03 LydiaEmp

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?

BenjaminSchaaf avatar Mar 20 '24 01:03 BenjaminSchaaf

Also what version of Sublime Text are you using?

BenjaminSchaaf avatar Mar 20 '24 01:03 BenjaminSchaaf

Maybe related with https://github.com/sublimehq/sublime_text/issues/4254

deathaxe avatar Mar 28 '24 18:03 deathaxe