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

coecompletion is not working correctly #22284

Closed
rabol opened this issue Mar 9, 2017 · 4 comments
Closed

coecompletion is not working correctly #22284

rabol opened this issue Mar 9, 2017 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) emmet Emmet related issues php PHP support issues

Comments

@rabol
Copy link

rabol commented Mar 9, 2017

  • VSCode Version: Code 1.10.2 (8076a19, 2017-03-08T13:56:35.908Z)
  • OS Version: Darwin x64 16.4.0
  • Extensions:
Extension Author Version
php-debug felixfbecker 1.10.0
php-intellisense felixfbecker 1.1.3
php-pack felixfbecker 1.0.1
vscode-tfs ivangabriele 0.6.0
laravel-blade onecentlin 1.8.1
laravel5-snippets onecentlin 1.3.2

Steps to Reproduce:

  1. create a PHP file
  2. Create a simple class
  3. add this: protected $fillable "hit tab"

the result is then this:

protected <1fillable></1fillable>

@ramya-rao-a
Copy link
Contributor

cc @felixfbecker

@felixfbecker
Copy link
Contributor

This is emmet triggering inside PHP code, so not an issue of my extension.

@ramya-rao-a
Copy link
Contributor

@felixfbecker sorry my bad

@ramya-rao-a ramya-rao-a self-assigned this Mar 9, 2017
@ramya-rao-a ramya-rao-a added the emmet Emmet related issues label Mar 9, 2017
@ramya-rao-a
Copy link
Contributor

Duplicate of #7913

To disable emmet for php you can add the following setting:

"emmet.excludeLanguages": ["php"]

@ramya-rao-a ramya-rao-a added *duplicate Issue identified as a duplicate of another issue(s) php PHP support issues labels Apr 2, 2017
@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
*duplicate Issue identified as a duplicate of another issue(s) emmet Emmet related issues php PHP support issues
Projects
None yet
Development

No branches or pull requests

3 participants