1
0
Fork 0
Implementation of external PocketMine/PHP libs for Visual Studio Code
Datei suchen
Ad5001 dcea7fcb58 0.0.6 2017-11-16 22:43:56 +01:00
.vscode 0.0.5 - Fixing some bugs 2017-11-15 23:06:45 +01:00
out/src *facepalm* messing with some old code. 2017-11-16 22:42:58 +01:00
.vsixmanifest 0.0.5 - Fixing some bugs 2017-11-15 23:06:45 +01:00
README.md 0.0.6 2017-11-16 22:43:56 +01:00
icon.png 0.0.5 - Fixing some bugs 2017-11-15 23:06:45 +01:00
icon.xcf 0.0.5 - Fixing some bugs 2017-11-15 23:06:45 +01:00
package.json 0.0.6 2017-11-16 22:43:56 +01:00

README.md

PocketMine-IDE

Add 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.