Skip to content

Blog#

Know what PHP objects are doing behind your back

Cover Image

The objects sometimes misbehave. You watch them closely when your are debugging and they behave as they should - they know you are watching. You are stepping through the code, sinking deeper into the methods. When you surface back and see your old objects again, they are different, their properties have changed. Something happened to them behind your back.

PHP tooltips in Visual Studio explained

Cover Image

Tool-tips are a common feature of modern code editors and IDEs. They display available information about a symbol under the mouse cursor, and during the code completion. Check out, what you can do with tool-tips in a PHP language in Visual Studio.

Compound Launch and Debug in VS Code

Cover Image

Very often a PHP project consists of several separately hosted applications, such as a public website and some API. In case developer wants to run and debug his set of applications locally, there is a very useful feature in VS Code called compound launch.

New Project Wizards

Cover Image

Working on a PHP project in Visual Studio may start in two ways; either opening a folder (File | Open | Folder), or creating a regular Visual Studio project (File | New | Project). Although both approaches work, we're recommending the seconds option, since it provides much more features and the full blown Visual Studio experience. Let's take a look on the New Project Wizards.