PHP: PHPStorm vs VSCode for PHP Development - Full Comparison [2 hours] - видео HD
Для существования нашего сайта необходим показ рекламы. Просим отнестись с пониманием и добавить сайт в список исключений вашей программы для блокировки рекламы (AdBlock и другие).
12n.ru 18058 роликов
PHPStorm vs VSCode for PHP Development - Full Comparison [2 hours] - видео.
In this video I will cover some important features of VSCode and PHPStorm, compare them to each other and understand which one is better for PHP Development.
Support me by subscribing — bit.ly/2xTQOI0
Table of contents
-------------------------------
00:00:00 — Introduction
00:02:19 — System Requirements
00:04:11 — Opening Time
00:08:18 — Performance
00:10:32 — Autocompletion
00:26:25 — Shortcuts
00:28:52 — Code formatting
00:29:46 — Display errors
00:33:06 — Find and replace
00:38:46 — Integrated Version Control System (Git)
00:53:20 — Integrated terminal
00:56:58 — Multi cursor
00:58:29 — Creating PHP files
01:03:15 — Code refactoring
01:08:00 — Code snippets/Live Templates
01:14:08 — Debugging
01:14:43 — Importing classes
01:18:11 — Code generation (constructors, getters, setters)
01:20:56 — Generating DocBlocks
01:25:12 — Overriding Methods
01:28:14 — Scratch files
01:30:30 — Local History
01:34:11 — Multiple values in clipboard
01:36:50 — Extracting code into variable/method
01:41:18 — Customization
01:46:20 — Database tool
02:00:26 — Working with large files
02:03:16 — File Templates
02:07:09 — Code Deployment
02:12:09 — Summary
Find more about Gitlens: youtu.be/C6wMNoe78oc
VSCode extensions for PHP: youtu.be/v9dWFbiir9Q
Debugging with VSCode: youtu.be/LNIvugvmCyQ
Debugging with PHPStorm on Windows: youtu.be/xwrIQkc4fwk
Debugging with PHPStorm on Linux: youtu.be/3idASlzGTg4
------------------AUDIO GEAR I USE--------------------
My Main Microphone — amzn.to/3eVCQ8v
Microphone Scissor Arm Stand — amzn.to/39mkGLQ
Microphone Shock Mount with Pop Filter — amzn.to/3jz7R5v
Audio Interface — amzn.to/30IoJhz
Microphone Pop Filter Mask Shield — amzn.to/3eXoQee
------------------CHEAP AUDIO SETUP------------------
Microphone + Shock mount + Scissor Arm — amzn.to/2D10Zxe
Follow me on social media:
twitter.com/thecodeholic
www.facebook.com/thecodeholic
www.instagram.com/thecodeholic/
Check my Github:
github.com/thecodeholic
With my current team, Suring code reviews, I had caught errors and told dev how to fix. Having note used any of the editors they are using, I had assumed that the features I am using in PHPStorm are available in these editors.
PHP Storm is good — no doubts, but it depends on the ecosystem you're working with.
I work with TALL stack, and PHP Storm has no idea about TailwindCSS classes, which VS code does. Also autocompleting of Whenever I need to do formatting on my blade template, it autocompletes all the classes.
In the end PHP Storm has more advantages, but it all depends of your usage requirements.
but in php u will see something like this: $pdo = new PDO(dsn: "", username: ""); so is it possible to have the same in vs code?
maybe i missed it and he did tell it in the video buts its hard to find when a video is 2 hours long