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

PHP autocompletion: $_GET completes into $$_GET #86

Closed
marlass opened this issue Nov 18, 2015 · 1 comment
Closed

PHP autocompletion: $_GET completes into $$_GET #86

marlass opened this issue Nov 18, 2015 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@marlass
Copy link

marlass commented Nov 18, 2015

When using autocompletion for variables it places 2 dollar signs instead of 1. For example typing $_GET will transform it into $$_GET. Fails with every completion starting with $.

@marlass marlass changed the title PHP Intellisense PHP autocompletion Nov 18, 2015
@aeschli aeschli changed the title PHP autocompletion PHP autocompletion: $_GET completes into $$_GET Nov 22, 2015
@aeschli
Copy link
Contributor

aeschli commented Nov 22, 2015

fixed

@aeschli aeschli closed this as completed Nov 22, 2015
@aeschli aeschli added this to the Dec 2015 milestone Dec 14, 2015
@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Dec 14, 2015
@aeschli aeschli assigned alexdima and unassigned aeschli Dec 15, 2015
@jrieken jrieken assigned jrieken and unassigned alexdima Dec 16, 2015
@jrieken jrieken added the verified Verification succeeded label Dec 16, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants