idleberg / sublime-icon-fonts

Completions for popular icon fonts such as Font Awesome, Glyphicons and many more!
MIT License
73 stars 11 forks source link

System instability #11

Closed IanCaunce closed 7 years ago

IanCaunce commented 7 years ago

Since your recent release, my sublime installation has been unstable. When launching sublime, just after it reports in the console that your package has been "reloaded", sublime will freeze. On the odd occasion that it does launch successfully, the length of time it takes has greatly increased.

Disabling your package has returned sublime to a stable state.

I know your recent update brought jsx support which consequently added approximately 10k new snippets. Could it be that sublime is reaching some kind of threshold regarding snippets and crashing?

idleberg commented 7 years ago

I would love to convert these snippets into completions, since that would increase maintainability and improve my workflow (I release these snippets for three different editors!) Unfortunately, completions work fuzzy, which oftentimes leads to undesired completions. On the occasion of this issue, I will look into some alternatives (which have been suggested before)

Just out of interest, is Sublime Text (or the packages folder) installed on a ”traditional” hard drive? That might explain the slow-down.

IanCaunce commented 7 years ago

Thanks for the quick response!

Sublime is installed on an SSD.

Incidentally I actually use the same package in atom and it works great!

Could you not split each icon font into its own package? It might make maintenance a lot harder as you would be maintaining several packages but it could potentially issues caused by having too many snippets.

For example, I predominantly use font awesome and I don't have a need for all the others. I can imagine other people being in similar situations where they only need snippets for one or two icon sets.

On 11 April 2017 18:57:56 BST, "Jan T. Sott" notifications@github.com wrote:

I would love to convert these snippets into completions, since that would increase maintainability and improve my workflow (I release these snippets for three different editors!) Unfortunately, completions work fuzzy, which oftentimes leads to undesired completions. On the occasion of this issue, I will look into some alternatives (which have been suggested before)

Just out of interest, is Sublime Text (or the packages folder) installed on a „traditional” hard drive?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/idleberg/sublime-icon-fonts/issues/11#issuecomment-293346889