Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 838 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 838 Bytes

VfFrameworkIdeaPlugin

Vf Framework integration for PHPStorm / IntelliJ IDEA

This plugin improves navigation and autocompletion in framework's XML files, implements factory function return type providing. Also it provides configuration files for language injections in XML and PHP files.

Factory function return type providing:

clipboard.png

References inside PHP string literals:

clipboard2.png

Autocomplete inside PHP string literals and XML attributes: clipboard3.png

Plugin is using IntelliJ XML DOM API for building XML model, whereby "Find usages" and refactoring is working for XML objects:

clipboard4.png