Giter Club home page Giter Club logo

vscode-php-pack's Introduction

PHP Extension Pack

Includes the most important extensions to get you started with PHP development in Visual Studio Code.

Debugger vs marketplace downloads rating
IntelliSense vs marketplace downloads rating

vscode-php-pack's People

Contributors

felixfbecker avatar gama11 avatar sandy081 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-php-pack's Issues

Not showing up in Extension Pack query

Hey @felixfbecker - wondering why this won't show Extension Packs under the category? Perhaps it wasn't published after you added that category.

I want to feature it on the VS Code blog if you want to republish soon.

(Look at Categories below... I expect to see Extension Packs)

image

Maybe its a bug on our side?

.php Files Become Blank Randomly after edit sometimes.

.php Files Become Blank Randomly after edit sometimes.

i disable all other plugin in vs code. only your three enabled.

i am still doing testing on that and let you know about that. but if you can look into that

without much information that will be great.

thanks

PHP Xdebug not working

Hi, I'm using VSCODE in Ubuntu 18.04. I have php and xdebug installed, and they are both working. I did all the checks and everything is OK!.
It just happens that Xdebug does not receive my code! I'll tell you how I know: if I run
netstat --listen | grep 9000
the result is an empty line. If I launch the debugger in vscode and run the same command again, the output is
tcp6 0 0 [::]:9000 [::]:* LISTEN
In vscode, the debug console becomes active: if I write "Is Xdebug working?" (without the quotes), the answer is "Cannot evaluate code without a connection". If I write "printf("Hello World!");" the answer is "Cannot evaluate code without a connection". Well... the connection is alive, is just does not get my code :-( (unless it's alive only on the client side).
Breakpoints are never hit, and the only active buttons in the small debug popup are pause and exit.
I tried several things, namely, using putty to create ssh tunnels over port 9000. No Joy!

Any idea what might be wrong? phpinfo() returns the usual correct status, php -v reports that Xdebug is active... it simply is not receiving my code:
"
PHP 7.2.10-0ubuntu0.18.04.1 (cli) (built: Sep 13 2018 13:45:02) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
with Zend OPcache v7.2.10-0ubuntu0.18.04.1, Copyright (c) 1999-2018, by Zend Technologies
"
Best regards,
LJ Nunes

Action required: Greenkeeper could not be activated šŸšØ

šŸšØ You need to enable Continuous Integration on all branches of this repository. šŸšØ

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didnā€™t receive a CI status on the greenkeeper/initial branch, itā€™s possible that you donā€™t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how itā€™s configured. Make sure it is set to run on all new branches. If you donā€™t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, youā€™ll need to re-trigger Greenkeeperā€™s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integrationā€™s white list on Github. You'll find this list on your repo or organizationā€™s settings page, under Installed GitHub Apps.

Use `extensionPack` instead of `extensionDependencies` property for defining pack

From release v1.26, defining an Extension Pack now uses a new property called extensionPack instead of extensionDependencies in package.json. This is because extensionDependencies is mainly used to define functional dependencies and an Extension Pack should not have any functional dependencies with its bundled extensions and they should be manageable independent of the pack.

So please use extensionPack property for defining the pack.

For more details refer to Release notes

Unpublish from Marketplace?

It looks like felixfbecker.php-intellisense has been unpublished from the marketplace.

This extension is now unpublished from Marketplace. You can choose to uninstall it.
ā€” https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense

With that in mind, it's probably worth removing it from the extensionPack array of this repository?
But then there'd only be one extension left here, so unless there is another extension worth adding, it could be better to just unpublish this extension pack as well?

Welcome to close if the other extension will be republished, or if you have plans for this extension pack.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.