Sublime Forum

Delay when saving php file

#1

Hi,

I am currently using sublime for writing code in various languages. It seems to work differently when working with php files. There is a long dealy between hitting save and the file getting saved (5-10 seconds). When I monitor the file system changes I see the following:

codemodel raw-filesystem-change-filecreated “/some/path/.subl7ee.tmp”
codemodel raw-filesystem-change-filechanged “/some/path/.subl7ee.tmp”
codemodel raw-filesystem-change-filedeleted “/some/path/.subl7ee.tmp”
5-10 seconds delay
codemodel raw-filesystem-change-filechanged “/some/path/SomeFile.php”

I am using Sublime 3 latest build on linux 64bit.

-Svein Arne

0 Likes

#2

I had the same problem.

I uninstalled a few plugins and it came back to work.

I think it was codeintel.
That sh*t never worked properly and ended up bothering me.

0 Likes