I know I am kind of randomly asking but do anybody know of a good website to watch newly released series online ?
@maelstrom573 жыл бұрын
thanks ;)
@Nexjsdeveloper3 жыл бұрын
Very very very usefull Thanks a lot
@douglasjordao84474 жыл бұрын
8:55 Actually you don't need to repeat this step for each of the properties. Put the cursor above the first propertie and hit Ctrl+Alt + down arrow (if you're on windows. I don't know if it changes on linux/mac) until you reach the last propertie, then apply the getter and setter command in ctrl+p. This way it should create getters and setters for all properties at once.
@kricard674 жыл бұрын
I'm new to PHP so this was very helpful.
@captainflyingcarpet2 жыл бұрын
Very useful, thanks! In my opinion as an absolute minimum install PHP Intelliphense and PHP Server. Another tip is to change "editor.wordSeparators" in settings and get rid of the dollar in the middle of the string to correctly select variables. 😃
@sosurim3 жыл бұрын
Excellent video, sir! Surprisingly in-depth. I think this is an essential view for anyone doing PHP development with Visual Studio Code. By the way, can I ask what VS Code theme you're using? It's very pleasing to the eyes.
@excelfixer19563 жыл бұрын
Really fast and well explained. Thank you
@nitishrai83303 жыл бұрын
Thanks bro I was not able to format my program but Now It is working . Thanks
@kiranugale884 жыл бұрын
Very very informative and because of your easy teaching I understood it in one go. Thank you and Keep it up brother.
@TheCodeholic4 жыл бұрын
Thanks buddy.
@fhzaki3 ай бұрын
Very informative...
@manuelgmra4 жыл бұрын
Thanks It was really a good guide to use Visual Code in a productive way
@akashvarde68854 жыл бұрын
Thanks bro u made my life a little easier
@paulbcote4 жыл бұрын
Very helpful. Thanks, Mr. Codeholic.
@TheCodeholic4 жыл бұрын
Thank you buddy.
@rungnapanakdang7944 жыл бұрын
Thank a lot for your tutorial. What is the VScode color theme of your tutorial ? .... Thank for your answer
@rajeshbudhathoki78884 жыл бұрын
Thanks! Please make PhpStrom plugins as well. You can make the PhpStrom crash course as well.
@lanreoreyomi95554 жыл бұрын
Thank you mayn. I really appreciate this. The video was helpful
@TheCodeholic4 жыл бұрын
Thanks buddy
@llBestBoyll2 жыл бұрын
nice video good extensions
@prajal1613 жыл бұрын
very helpful to me. thanks for sharing it with us
@quianoherminigildojra.49893 жыл бұрын
thanks I found the extension that I wanted to add.
@rayenab93013 жыл бұрын
Thank you veryyy much 👍👌
@searchbarwebs4 жыл бұрын
What theme and color scheme are you using?
@arjunshinde74 жыл бұрын
I want to salute you, 😭🙏 I think you know everything about PHP extensions for vscode. Thanks for sharing valuable information with us. We are just naive beginners who want to become a good php developer. I have a suggestion , use UDEMY for conveying your knowledge with all around world. It will be profitable for you also. Love from India ,❤️🤓
@TheCodeholic4 жыл бұрын
Thank you Arjun, Appreciate your feedback. I have plans regarding Udemy. So, stay connected
@music-unleashed4 жыл бұрын
Code Runner, Git Graph, GitLens, Live Sass Compiler, PHPUnit
@phpdeveloper25734 жыл бұрын
thank you, bro :) it is very useful vedio
@HACHIKO2313 жыл бұрын
Thank you very much
@b1ack_c0de4 жыл бұрын
Thanks for PHP Server!!
@Aleksei-732 жыл бұрын
Thanks, what vs code theme you're using?
@sofascialistadankulamegado17813 жыл бұрын
Thanks Breh
@janbitterlich70653 жыл бұрын
Hi, i have problem with PHP Constructor - it does not work when entering the shortcut for insertion :( I have version VSC - Version: 1.55.2 - help pleas
@marcelocguilherme4 жыл бұрын
Thank you!
@TheCodeholic4 жыл бұрын
You're welcome!
@Mercio24 жыл бұрын
thanks!
@dsulvadarius3 жыл бұрын
Nice.
@tuanphamvan6552 жыл бұрын
Can you tell me how to enter the format document with the braces { newline
@AntonioGarciaMarin2 ай бұрын
Hi. Any suggestion for run php file from the file explorer? thank you
@dfordemo9814 жыл бұрын
I have a question___ sometimes I need to work with html+php in the same file, but problem is all the autocompletions are intermixing. PHP autocompletes are showing in html area and html autocompletions are showing in PHP area. But I want all the php autocompletions inside ___
@cellocarlos2 жыл бұрын
I found vscode very weak about refactoring and code formatting. If you don't use all PSR2 standards you will struggle customizing some formatting like break a line before "else" statement instead of putting it in the same line of "}" (I just can't configure it!) and a simple variable renaming inside a function or a "extract block to variable"... These features are very important to me. Its trivial in PhpStorm, for example, but I just can't do it in vscode...
@TheCodeholic2 жыл бұрын
I agree. BTW I have 2 hour video about comparing vscode to PHPStorm. I cover most of the things I personally need from IDE.
@seetheious98793 жыл бұрын
"It's a bit buggy but" Yeah that is oke for a personal project but when the pressure is on in a work context, well, I quickly got used to phpstorm's comforts.
@SPereJ3 жыл бұрын
Any idea how I can get rid of this error appears for php? "End of line character is invalid; expected " " but found " "phpcs" I'm using VSCode on Windows.
@salalalalalala114 жыл бұрын
Can you make a video just for PHP DocBlocker?
@williammay32884 жыл бұрын
Anybody worked out exactly what to put inside the namespaces object inside .php-files.json (created for automatic namespace resolution with the PHP Files extension)? The example given in the documentation is just {"Foo": "src"} which doesn't help my understanding!
@victorespiritu34313 жыл бұрын
IntelliSense is not longer available in VScode, it doesn't show up.
@victorespiritu34313 жыл бұрын
@@pauloacosta123 how did you install?
@keluargahilya32723 жыл бұрын
PHP IntelliSense: This extension is now unpublished from Marketplace. You can choose to uninstall it. My bad..