38+ PhpStorm Tips & Tricks - by Christoph Rumpel

preview_player
Показать описание
In this video, I'm presenting some awesome PhpStorm tips by my friend Christoph, who doesn't even know that I'm shooting this video about his work :)

Links mentioned in the video:

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

yeah, recently purchased this and got my work so productive

lloricode
Автор

with composer it may be tricky, if you run update you may encounter some breaking changes even, one package with poorly defined requirements or one package that doesn't respect semver is enough to break a project so manual editing of composer.json and running update after that in some edge cases will cause issues (I've encountered that in two projects already), I'd prefer to find the package name and use CLI to install only that package without updating others first thing and only when that works and I have enough time for testing and potential fixes run update as a separate step

ZKIUS
Автор

May I know which theme you are using in your PHPStorm? It looks really nice! Thx

nimashahin
Автор

Thx always new stuff there. How do you train for yourself?

NeverCodeAlone
Автор

Btw, composer has built-in search functionality. In terminal, just run “composer require” without arguments, it will run in interactive mode, where you can search packages, select from list of suggestions and define version constraint or accept default one.

zaibalo
Автор

There is also a shortcut for surrounding a selection with tags, it's Ctr+Alt+T

librasulus
Автор

Which shortcut toggles the sidebar? Like VSCODE CMD + B

EL_PANDA_
Автор

Is it possible use Colon (:) character in the url using Laravel route?

admireANANTH
Автор

few versions ago something bad happened to search and now it orders things in a really inconvenient way, often putting things found in vendor above the project itself

ZKIUS
Автор

is there like a free version of phpStorm or all is paid ?

bashardlaleh
Автор

I'm using vscode and im not missing any of these features 😉

Stoney_Eagle