vscode-intelephense icon indicating copy to clipboard operation
vscode-intelephense copied to clipboard

Can't autocomplete

Open nqlinh2205 opened this issue 3 years ago • 1 comments

Describe the bug can't autocomplete code just by pressing delete when using a Mac

** Expected behavior ** Code hints will appear when pressing a few words, not after pressing delete 1 word

Screenshots If applicable, add screenshots to help explain your problem. Screen Shot 2022-03-21 at 23 30 04 Screen Shot 2022-03-21 at 23 30 12

Platform and version Intelephense version : v1.8.2 OS version : 11.5.1

nqlinh2205 avatar Mar 21 '22 16:03 nqlinh2205

I am not sure if I understand correctly. Can you describe the issue step by step? Additionally, answer the following diagnostic questions please:


Disable PHP Language Features. Leave PHP Language Basics enabled for syntax highlighting.

Have you taken this step?


Note that other (3rd party) PHP extensions which provide similar functionality should also be disabled for best results.

Do you have any other vscode PHP ext?


What version of VSCode are you using?


Have you tried to test it on a fresh portable installation with new data dir inside? Doesn't it work there too?

kanlukasz avatar Aug 10 '22 16:08 kanlukasz

If the suggestion widget is open, pressing backspace will refresh the suggestion list. The suggest list will not be triggered by backspace alone. This behaves similar to other extensions like typescript. If you want to manually trigger the suggestion list the command is ctrl space

bmewburn avatar Jan 01 '23 04:01 bmewburn