https://github.com/ad5001/pocketmine-ide
Implementation of external PocketMine/PHP libs for Visual Studio Code
https://github.com/ad5001/pocketmine-ide
Last synced: 2 months ago
JSON representation
Implementation of external PocketMine/PHP libs for Visual Studio Code
- Host: GitHub
- URL: https://github.com/ad5001/pocketmine-ide
- Owner: Ad5001
- Created: 2017-04-30T16:08:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T18:01:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T12:55:24.095Z (4 months ago)
- Language: JavaScript
- Homepage: https://git.ad5001.eu/Ad5001/PocketMine-IDE
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This repository was moved to [git.ad5001.eu](https://git.ad5001.eu/Ad5001/PocketMine-IDE)
# PocketMine-IDEAdd all pocketmine functions & classes from a src.
## Features
1. Allows an automatic class completion.
2. Allows an automatic accessible function completion.
3. Allows an automatic properties and Constant completions## Requirements
None
## Extension Settings
Set the library/pocketmine path (must not be compiled as .phar) in the settings and reload using command "Index PHP files".
This will include and parse the new library## Known Issues
None so far
## Release Notes
## 0.0.6
Fixing backslash path on Windows related bugs.
## 0.0.5
Fixing most major bugs
## 0.0.4
Rewriting original extension from (almost) stratch providing an easier reading.
Introducing Properties (class properties, static properties and constants).
Fixed anyoing method duplication.## 0.0.3
Fixed bugs on Windows
Fixed bug with autocompleting class not carring about uses.## 0.0.2
Fixing compatibility bug with original extension.
## 0.0.1
Initial release.
## Links
-----------------------------------------------------------------------------------------------------------