diff --git a/.gitattributes b/.gitattributes index f06017f1..4bf018f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ * text=auto /.* export-ignore -config/ export-ignore -resources/scripts/ export-ignore -runtime/ export-ignore -tests/ export-ignore +/config/ export-ignore +/resources/scripts/ export-ignore +/runtime/ export-ignore +/tests/ export-ignore /*.xml export-ignore /*.xml.dist export-ignore diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 00000000..cdce3a6b --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/README.md b/README.md index c8e17912..e33632ef 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,15 @@ If you are not using Docker or running PHP code outside a container, you can use Now use the `trap()`, `tr()`, or `dump()` functions to output data to Buggregator. Web UI will be available at `http://localhost:8000`. +### IDE Plugin + +For advanced autocomplete while coding in PHPStorm, use [Meta Storm plugin](https://github.com/xepozz/meta-storm-idea-plugin). +The plugin provides better autocomplete and links Workflow and Activity when writing and debugging code. + ## Resources Read the docs -[![Temporal Documentation](https://img.shields.io/static/v1?style=flat-square&label=&message=Dcumentation&logo=Temporal&color=7744ee)](https://docs.temporal.io/) +[![Temporal Documentation](https://img.shields.io/static/v1?style=flat-square&label=&message=Documentation&logo=Temporal&color=7744ee)](https://docs.temporal.io/) [![PHP SDK Documentation](https://img.shields.io/static/v1?style=flat-square&label=PHP+SDK&message=Dev+guide&logo=Temporal&color=7766ee)](https://docs.temporal.io/develop/php) [![PHP SDK API](https://img.shields.io/static/v1?style=flat-square&label=PHP+SDK&message=API&logo=PHP&color=447723&logoColor=aa88ff)](https://php.temporal.io/) diff --git a/resources/client.meta-storm.xml b/resources/client.meta-storm.xml new file mode 100644 index 00000000..a3a54236 --- /dev/null +++ b/resources/client.meta-storm.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/collections.meta-storm.xml b/resources/collections.meta-storm.xml new file mode 100644 index 00000000..602dd84c --- /dev/null +++ b/resources/collections.meta-storm.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/resources/workflow.meta-storm.xml b/resources/workflow.meta-storm.xml new file mode 100644 index 00000000..64cddeb7 --- /dev/null +++ b/resources/workflow.meta-storm.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +