Sublime Forum

Sublime stuck while coding

#1

Dear Team,

My sublime editor stuck consistently while coding. sometimes it’s stuck in large codes (around 20,000 lines) and sometimes it’s stuck in 10 line codes. stuck for 40 to 50 seconds.
I have good hands-on sublime and I don’t want to try anyother editor.
Sublime team, please help.

0 Likes

#2

Please post a complete list of your installed packages.

0 Likes

#3

Hi Thom,
Package:
Babel

one Snippet:

<![CDATA[ echo "

"; print_r(${1:this});exit;
]]>

epp


0 Likes

#4

Only the one package installed?

What sorts of files are you working with? (20,000 lines sounds like a large data file.)

Are you working on a network filesystem? I’ve always found Samba to be flaky.

0 Likes

#5

After you see Sublime Text hanging, can open the menu Tools -> Developer -> Profile Plugins and post here the results?

Can you also post the Sublime Text console output after Sublime Text hangs? (You can view the console by going on the menu View -> Show Console:
image

0 Likes