PHP: PHPStorm vs VSCode for PHP Development - Full Comparison [2 hours] - видео HD

PHP: PHPStorm vs VSCode for PHP Development - Full Comparison [2 hours] - видео
02:15:40

12n.ru 16809 роликов

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

RSS
Najam Haq
18:51
I can't thank you enough. Right now I am dealing with a team of mostly new devs. who use VS code, Sublime and NetBeans. While I have been using PHPStorm for a long time. Probably over 6 years.

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.
Nyareh David
07:33
+1
14:14 I think you can see documentation by ctrl + space again
poplach
17:15
+3
Many features listed in this video like Deployment or Sql client are used using 3rd party apps, some features mentioned here are not used by 90% of developers.
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.
Pierre Balian
17:25
Where storm totally fails is closing tag highlighting when using Alternative Syntax, and if you code Wordpress themes you know about 95% of the time you are in Alt syntax. This one thing alone keeps me away from storm even though my work buys it for me.
Mathieu Lipman
16:45
is there a way to show the handy tooltip in vs code what php storm already has i mean at 12:18 u see him type: $pdo = new PDO('',''); in vs code
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
cellocarlos
19:46
I think Find & Replace is way much better in vscode. The preview before/after for a replacement is just awesome. I see the possibility of undo an excluded file from the replacement as the only really advantage of that feature in PS, but I really never needed that
Nate
13:29
jetbrain products are solid… pity they are so expensive for some
INFODROP
20:40
VSCode is not an IDE, it is just a text editor. Nobody promised it to be so great either. Yet, with proper configuration and extension, vscode is still really good.
EGA NANDA
20:24
What font do you use?
SuperNovaPR0
12:00
55:09 now in vscode, we can switch terminals with one click and rename them as well.