Jan T. Sott

Results 137 comments of Jan T. Sott
trafficstars

Are you working with HTML files? Make sure the `text.html` scope is in the autocomplete selector **Example:** ```js // Preferences.sublime-settings { "auto_complete_selector": "text.html, meta.tag - punctuation.definition.tag.begin, source - comment -...

Hm, I'm running out of ideas. Did you install the package with Package Control (otherwise, how and where to)? Is the package activated?

And it's not listed when you run `Package Control: Enable Package`? With the `auto_complete_selector`setup, here's a step-by-step guide on how you'd use the completions. 1. Create a new document 2....

> After #4097, preload is now disabled for library mode. I think there are several scenarios where you want to control preload independently from library mode. To give an example:...

> I'm currently having to run a transform on top of the generated HTML to strip out the preload tags. It's not limited to JS either, it's preloading SVG's etc....

> Prism seems to have more community interest/contributors. This is pure speculation, but I have the *feeling* that Prism's popularity is tied closely to that of its [author](https://lea.verou.me/about/). > Highlight.js...

Could you provide a minimal, reproducible example that shows this behaviour? I guess it would also be helpful to know more details about your environment, most importantly your Sublime Text...

For now, I can confirm, that the automatic decoding of `.scpt` files does not work in Sublime Text 4 (it works fine in ST3). However, you can still use decode...

Update: Actually, ST3 and ST4 behave differently. When ST is closed and I drag & drop a `.scpt` in ST4, it will not decode the file. When ST is already...

Tested on another computer with a fresh ST4 installation. I still get the same behaviour as described in my earlier post. Regarding interfering packages, could you check the console if...