vscode-intelephense
vscode-php-debug
vscode-intelephense | vscode-php-debug | |
---|---|---|
27 | 5 | |
1,661 | 789 | |
- | 0.3% | |
7.3 | 5.2 | |
20 days ago | 2 days ago | |
TypeScript | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-intelephense
-
Setting up neovim for Laravel development
Intelephense is a "freemium" LSP. While it provides basic functionality for free, features like variable renaming and code actions require a $25 USD lifetime license.
-
A guide on Neovim's LSP client
I'm going to use intelephense to show the minimal configuration needed to setup a language server in Neovim.
-
VSCode for PHP and Laravel
This is the most important extension to install for PHP support. It provides a fast language server that adds code completion, go to definition, formatting, and more. You can also purchase a license at Intelephense, which I highly recommend. It adds some additional features like renaming symbols and other code actions.
-
Finding source codes? What’s the easiest way? (Me=noob)
You need to get the code, and use an IDE to help like vs code + PHP Intelephense (https://intelephense.com/)
-
Intelephense license key not recognized
I bought a license key to Intelephense https://intelephense.com/, and added the key as described in the documentation and several blog posts (at least I think I'm doing it right), however the paid features (e.g. rename symbol) don't work.
-
Replacing PHPStorm with VS Code
I'm quite happy with Emacs, coming from PhpStorm, using intelephense.com premium. I highly recommend.
-
How to log user logout date and time in database?
Follow this guide to configure and add PHP Intelephense.
-
Undefined type 'Spatie\Permission\Models\' . 'Permission' | 'Role' | 'HasRoles'
The error itself is the VSCode extension Intelephense, that is usually very helpful when writing PHP in VSCode, telling you that there is an error with an Undefined type ... after you have followed the steps outlined here in detail to install the permissions package on your Laravel app.
-
Reducing Errors With Type Hinting in PHP
Furthermore, depending on which integrated development environment (IDE) you use, your editor detects the strict_types and warns you inside the editor before running your code. For example, I use the Intelephense extension inside Visual Studio Code, which warns me about wrong parameters before I run the code, like so:
-
PHP LSP integration
Helix should use Intelephense by default, so if you install that, it should work out of the box. You can find installation instructions here 🙂
vscode-php-debug
-
LSP + debugging PHP
Yes looks like this is related to https://github.com/xdebug/vscode-php-debug the max_data settings, so it should be configured under felixfbecker.php-debug
-
My favorite Laravel development environment, with Docker, Nginx, PHP-FPM Xdebug in VSCode
Now the set up for VS Code to actually use the debugger you need first to install the following extension.
-
File upload doesn’t work, and I can’t identify where to put breakpoints. Also no error messages.
I've no idea what your IDE is, but you can have a look at https://github.com/xdebug/vscode-php-debug or just invoke var_dump()
-
VSCode PHP Debug Release September 2021
A large task was the No-folder debugging. This is when VS Code has the purple status bar, no folder is open at that time, and so no launch.json file is available. I was actually brought to my attention by Microsoft's VS Code PM. We had a conf call and discussed what can be done to make PHP debugging in VS Code simpler. Especially the initial setup.
-
VSCODE PHP DEBUG RELEASE MAY 2021
This is a small writeup on the May 2021 release of VSCode PHP Debug adapter extension. A cover issue describing all work can be found on GitHub issues.
What are some alternatives?
Phpactor - Mainly a PHP Language Server with more features than you can shake a stick at
vscode-gitlens - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
vscode-php-intellisense - Advanced PHP IntelliSense for Visual Studio Code 🆚💬
free-vscode-csharp - Free/Libre fork of the official C# extension for VSCode
laravel-ide-helper - IDE Helper for Laravel
vscode-chrome-debug - Debug your JavaScript code running in Google Chrome from VS Code.
vscode-phpactor - Phpactor VS Code Extension
wincachegrind - [NO LONGER MAINTAINED] WinCacheGrind is a viewer for cachegrind.out files generated by xdebug 2. WinCacheGrind is functionally similar to KCacheGrind, only it is much simpler and runs on Windows.
lsp-mode - Emacs client/library for the Language Server Protocol
Predis - A flexible and feature-complete Redis/Valkey client for PHP.
eglot - A client for Language Server Protocol servers
code-debug - Native debugging for VSCode