Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPCS slows down/prevents variable name and function suggestions #171

Open
joachim-n opened this issue Apr 2, 2020 · 0 comments
Open

PHPCS slows down/prevents variable name and function suggestions #171

joachim-n opened this issue Apr 2, 2020 · 0 comments

Comments

@joachim-n
Copy link

With this extension enabled, PHPCS is run anytime I type something.

That appears to get in the way of the variable name and function suggestions I get without this extension.

Without this extension:

  • type '$foo' and popup suggests '$foobar' if that's previously defined
  • type 'arra' and popup suggests all the various PHP functions that start with that

With this extension:

  • type '$foo', wait for PHPCS to run (as shown in the status bar), and then popup suggests '$foobar'; this takes about 5 seconds
  • type 'arra' and nothing happens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant