Implementation of external PocketMine/PHP libs for Visual Studio Code
Go to file
Ad5001 fec35ea067
Adding 0.0.4
2017-06-28 11:15:35 +02:00
.vscode Pushing Extension 2017-04-30 18:08:58 +02:00
out/src Adding 0.0.4 2017-06-28 11:15:35 +02:00
.vsixmanifest Adding 0.0.4 2017-06-28 11:15:35 +02:00
README.md Adding 0.0.4 2017-06-28 11:15:35 +02:00
icon.png Adding 0.0.4 2017-06-28 11:15:35 +02:00
icon.xcf Adding 0.0.4 2017-06-28 11:15:35 +02:00
package.json Adding 0.0.4 2017-06-28 11:15:35 +02: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.

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