Hi guys, I am new here and also still new to using Visual Studio code. I can already code my website with HTML, CSS, and Java. However, if I want to code a PHP function, do I need an extension to be able to code PHP in VS code, or is it not necessary? thank you
Java + PHP are decade old technologies, would suggest to start using JS; in both front and backend for better results
VS Code at its core is a text editor, you can create any type of file in there, even .php
ones. Where the extensions are useful is for checking that you are writing correct code, executing the code, etc