diff --git a/README.md b/README.md index cef0c40..e329a3d 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,11 @@ Compatibility PHP Protobuf does not support repeated packed fields. +IDE Helper and Auto-Complete Support +------------------------------------ + +To integrate this extension with your IDE (PhpStorm, Eclipse etc.) and get auto-complete support, simply include `stubs\ProtobufMessage.php` anywhere under your project root. + References ---------- diff --git a/stubs/ProtobufMessage.php b/stubs/ProtobufMessage.php new file mode 100644 index 0000000..d17536a --- /dev/null +++ b/stubs/ProtobufMessage.php @@ -0,0 +1,107 @@ +