Sublime Forum

Sublime Text 4 Auto complete box is not showing (also in safe mode)

#21

Sorry for the bad quality but I had to made this video from my phone because Walyland is not supported in Ubuntu 21.04. What is IME?

0 Likes

#22

Interesting, thanks. This seems to be an issue specific to the PHP syntax, I can’t reproduce it in others.

0 Likes

#23

Yes, you are right. This issue is only happening when I am using PHP or HTML. It is working fine with JavaScript for example. Is there a way to report that so there could be a fix in the feature?

0 Likes

#24

A report to our public issue tracker would be most welcome: https://github.com/sublimehq/sublime_text/issues/new/choose

0 Likes

#25

I just opened an issue. Here it is for a reference

2 Likes

#26

This is super weird, but I have installed a few packages and I have started to write some code and the functionality is working again as it should be. I have installed all those packages, but I don’t think that any of those was causing the problem:

installed packages:
autofoldcode
better bookmarks
brackethighlighter
phpcs
sftp
sidebarenhancements
sublimelinter
sublimelinter-php
wordcount

But right now everything is working fine. Safe Mode it is not working again, but in the main project it is working.

I just saw that what I did was to open a new file from my project and it was working fine. Then I closed and opened the same file it was not working with the last time and now it is working with this file as well. Super weird! :confused:

UPDATE: Even safe mode is working fine now when I change the syntax to PHP and write at the begging <?php everything is working fine.
If you have problems try to close and then open the file again, that solved my problem.

0 Likes