Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T16:48:58.000Z (over 1 year ago)
- Last Synced: 2024-04-24T22:11:54.164Z (8 months 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: 15
- Watchers: 7
- Forks: 1
- 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`