You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.vscode | 6 years ago | |
out/src | 6 years ago | |
.vsixmanifest | 6 years ago | |
README.md | 6 years ago | |
icon.png | 6 years ago | |
icon.xcf | 6 years ago | |
package.json | 6 years ago |
README.md
PocketMine-IDE
Add all pocketmine functions & classes from a src.
Features
- Allows an automatic class completion.
- Allows an automatic accessible function completion.
- 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.