Sublime Forum

Sublime Crashes on Period Key

#1

I’ve been setting up Sublime to work with Unity C#, with proper syntax coloring, etc. However, when I type anything at all, and then hit the period ‘.’ key, Sublime instantly crashes. Just hitting the key or typing periods does nothing, but typing, for example “Vector3.” or “Mathf.” or even garbage like “oivbaemvslajhvl.” causes it to crash. Anyone know what’s causing this?

For now, I’m going to disable code completion, but I’d much rather have it on of course.

0 Likes

#2

Mystery solved, I went through all my packages and disabled them one by one, to find out that it was “CompleteSharp” causing the crashing.

0 Likes

#3

Glad you solved the problem, and thanks for reporting back. :smile:

If I were you, I would go ahead and report this bug to the developer of “CompleteSharp” so that they can look into finding what is causing this bug. :smile:

0 Likes