https://github.com/iolevel/peachpie-vscode
Repository for the integration of Peachpie (https://github.com/peachpiecompiler/peachpie) into Visual Studio Code
https://github.com/iolevel/peachpie-vscode
dotnetcore peachpie php visual-studio-code visual-studio-code-extension vscode vscode-extension
Last synced: 9 days ago
JSON representation
Repository for the integration of Peachpie (https://github.com/peachpiecompiler/peachpie) into Visual Studio Code
- Host: GitHub
- URL: https://github.com/iolevel/peachpie-vscode
- Owner: iolevel
- Created: 2016-11-14T12:10:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T16:48:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T06:51:10.498Z (about 1 month ago)
- Topics: dotnetcore, peachpie, php, visual-studio-code, visual-studio-code-extension, vscode, vscode-extension
- Language: C#
- Homepage: http://www.peachpie.io
- Size: 6.52 MB
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Peachpie Visual Studio Code Extension
This repository contains the projects necessary for the integration into Visual Studio Code.
See the [repository of Peachpie - The PHP Compiler and Runtime for .NET](https://github.com/peachpiecompiler/peachpie) for more information about the whole project.## Folder Structure
- [src/Peachpie.VSCode](https://github.com/iolevel/peachpie-vscode/tree/master/src/Peachpie.VSCode) contains the Typescript Visual Studio Code Extension
# Installing the Extension
You can find the Peachpie extension for VSCode in the [marketplace](https://marketplace.visualstudio.com/items?itemName=iolevel.peachpie-vscode).Install it by launching VS Code Quick Open (Ctrl+P), then paste the following command, and press enter: ` ext install peachpie-vscode`