🌟 MetaStorm – make your IDE work perfectly

Downloads Rating Version

Plugin on Jetbrains Marketplace: https://plugins.jetbrains.com/plugin/26121-meta-storm

MetaStorm makes your IDE understand code even deeper.

A few lines of config files unlock both references and autocompletion at regular places such as method($object, <property of object>), render(<file name>), etc

Advantages

  • No need dedicated IDE plugin to support your own framework
  • Anyone can extend or override plugin functionality
  • So if a feature is not ready by the dedicated IDE plugin, MetaStorm is ready to covers with its possibilities
  • No need to support legacy codebase in the dedicated IDE plugin
  • Written component config might be used with any other projects, like Symfony Console and almost the whole PHP world
  • Life save for single developers, any library configuration might improve developer experience with less knowledge
  • Totally free

Read more

Recent Posts

Configuring Collections

2 minute read

Collections in MetaStorm provide a structured way to gather, filter, and reuse values across your project. Whether it’s class names, function references, or...

XPath, the Expression Language

4 minute read

XPath is usually associated with XML files because it was originally designed for XML and its many derivatives, such as HTML and XHTML.

Configuration architecture

2 minute read

MetaStorm provides quite a flexible architecture to achieve your own goal of making the IDE work for you.