Microsoft Visual Studio Code

The Microsoft Visual Studio Code Command Palette

What is the Command Palette? The Command Palette provides access to many commands. You can execute editor commands, open files, search for symbols, and see a quick outline of a file, all using the same interactive window. Here are a few tips: Ctrl+P will let you navigate to any file or symbol by typing its name. …

The Microsoft Visual Studio Code Command Palette Read More »

How to Set up a Local WordPress Website in Microsoft Visual Studio Code (Halloween 2022)

I am assuming that Microsoft Visual Studio Code and the PHP Server extension are installed. Go to http://localhost/phpmyadmin and create a new database. You will also need the database username and password. Open VS Code and start Live Server. Start PHP Server. In a browser, go to http://localhost/phpmyadmin/. WordPress needs a database. If you haven’t …

How to Set up a Local WordPress Website in Microsoft Visual Studio Code (Halloween 2022) Read More »

How to Install PHP Server in Microsoft Visual Studio Code (2022)

What is Microsoft Visual Studio Code? Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as Visual Studio IDE. What …

How to Install PHP Server in Microsoft Visual Studio Code (2022) Read More »

How to Install Live Server in Microsoft Visual Studio Code (2022)

What is Microsoft Visual Studio Code Live Server? Live Server is a Microsoft Visual Studio extension that enables you to: Launch a local development server with live reload feature for static & dynamic pages. marketplace.visualstudio.com Prerequisites Microsoft Visual Studio Code is installed. How to Install Live Server in Microsoft Visual Studio Code Open Microsoft Visual …

How to Install Live Server in Microsoft Visual Studio Code (2022) Read More »

How to Install a LAMP Stack and phpMyAdmin and Microsoft Visual Studio Code on Ubuntu (2022)

Table of Contents LAMP with phpMyAdmin Microsoft Visual Studio Code LAMP with phpMyAdmin Why use LAMP with phpMyAdmin? LAMP with phpMyAdmin allows you to make local websites on your Ubuntu PC. It provides the Apache web server, PHP, MySQL, and phpMyAdmin. Useful LAMP with phpMyAdmin Information Once installed, the local website can be found at …

How to Install a LAMP Stack and phpMyAdmin and Microsoft Visual Studio Code on Ubuntu (2022) Read More »

Install Free Version of MAMP and Microsoft Visual Studio Code on a Mac (2022)

Table of Contents MAMP Microsoft Visual Studio Code MAMP Why use MAMP? MAMP allows you to make local websites on your Mac. It provides the Apache web server, PHP, MySQL, and phpMyAdmin. Useful MAMP Information Once installed, the local website can be found at http://localhost/. http://localhost/phpmyadmin to access phpMyAdmin. The MAMP dashboard can be found …

Install Free Version of MAMP and Microsoft Visual Studio Code on a Mac (2022) Read More »

Scroll to Top