PHP Tools
PHP development environment. Turn Visual Studio into a powerful PHP development environment. The PHP Editor colorizes your code according to Visual Studio settings, giving you a better overview in the colors you are used to. The colors respect Visual Studio conventions with support for dark, light and 3rd party themes. Detect type mismatches, typos, missing function parameters, unknown classes and functions as you type. Code analysis periodically checks your code for various issues and underlines them immediately. This avoids having to handle most of the issues in run-time. The IntelliSense feature provides you with smart, context-aware code completions, detailed tool tips and function parameter assistance. The feature contains a complete PHP manual, learns from your code and performs type analysis. Its purpose is to minimize the amount of key presses you have to do.
Learn more
C++/CLI
In Visual Studio 2022, the default target framework for .NET Core projects is 6.0. For .NET Frameworks projects, the default is 4.7.2. The .NET Framework version selector is on the configure your new project page of the create a new project dialog. C++/CLI itself isn't installed by default when you install a Visual Studio C++ workload. To install the component after Visual Studio is installed, open the Visual Studio Installer by selecting the Windows Start menu and searching for visual studio installer. Choose the modify button next to your installed version of Visual Studio. Select the Individual components tab. Scroll down to the compilers, build tools, and runtimes section, and select C++/CLI support for v143 build tools (Latest). Select modify to download the necessary files and update Visual Studio. By using C++/CLI you can create C++ programs that use .NET classes as well as native C++ types. C++/CLI is intended for use in console applications.
Learn more
Visual Studio
Microsoft Visual Studio is the industry-leading integrated development environment (IDE) for building modern applications across desktop, mobile, cloud, and web. It empowers developers to write, refactor, debug, test, and deploy software faster with intelligent assistance powered by GitHub Copilot and AI-driven workflows. With Agent Mode, developers can automate repetitive coding tasks, optimize performance, and receive contextual help directly in the IDE. The suite includes Visual Studio 2022, the comprehensive IDE for .NET and C++ development on Windows, and Visual Studio Code, the lightweight, cross-platform editor supporting JavaScript, Python, and dozens of other languages. Visual Studio integrates seamlessly with Azure, GitHub, and CI/CD pipelines, enabling teams to collaborate and ship code efficiently. Trusted by millions worldwide, Visual Studio provides the tools and intelligence developers need to build reliable, scalable, and secure applications from concept to release.
Learn more
Radon
Radon is a Visual Studio Code and Cursor extension that turns a code editor into a complete IDE for React Native and Expo apps. It helps developers build better apps faster by bringing previews, debugging, navigation, logs, network inspection, component inspection, device controls, and AI assistance directly into the editor. Radon runs the iOS Simulator and Android emulator inside the Visual Studio Code or Cursor project, so developers can see the app close to the codebase instead of constantly switching windows. It's built-in previews make it possible to develop components in isolation, while the element inspector lets users click an element in the preview and jump directly to the file where the React Native component is defined. The debugger supports React Native breakpoints inside Visual Studio Code with no extra setup, automatically stopping at runtime exceptions and showing the exact line of code where they happened.
Learn more