plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: PhpStorm Remote Development WSL - autocomplete ignored?

Open osevensen opened this issue 1 year ago • 2 comments

Bug description

While coding in PhpStorm Remote Development, I think the suggestions I get is from Laravel Idea, but when I click to use them it shows for a millisecond and then it is gone again. Should this plugin work fully also with this Remote Development (beta) functionality, or will it work fully soon?

Plugin version

8.4.0.242

Operating system

Windows

Steps to reproduce

  • Add a project inside WSL
  • Connect to it from PhpStorm through their Remote Development WSL
  • Try write some code where autocomplete normally would work and try to use the autocomplete suggestions

Relevant log output

No response

osevensen avatar Oct 14 '24 06:10 osevensen

AFAIK, users use the plugin with WSL and it works(there are some issues, but anyway).

If you see some completions, but they are gone for some reason, it looks like a UI bug. Not Laravel Idea's.

adelf avatar Oct 16 '24 16:10 adelf

Same Here, Action name not suggesting anything in WSL image

Instead, i tested also the plugin in a local project (not under wsl) and it works as expected.


Update 1: Now i saw that if you call the Menu > Laravel > Code Generation, it works, but if you do right click on a folder > New > Laravel > Other, it will not appear nothing

ggadt avatar Oct 17 '24 15:10 ggadt

There used to be bug in the Remote Gateway itself, this should be working right now

gorbunov avatar May 21 '25 13:05 gorbunov