FUEL CMS PhpStorm Plugin - Version 0.1.0 released

edited December 2017 in Share
Hey guys,

I've been practicing PhpStorm plugin development the past few weeks and as a result started a plugin for FUEL CMS!

Version 0.1.0 helps with the FUEL CMS CLI's "Generate" functionality. Here's a short video:

You can get it here (https://plugins.jetbrains.com/plugin/10245-fuelcms-plugin) or by searching directly in the PhpStorm "Plugins" window.

If you have any particular feature requests do let me know via Github. Thanks!

Martynas

Comments

  • Nice. I use Atom myself so won't be using it but nice job anyway :)
  • edited 7:15PM
    Thanks!

    It's really simple stuff so far. On the horizon is:

    * Ctrl+Clicking on fuel_block('blah') to automatically open up 'blah.php';
    * Wizard for installing modules;
    * Custom test runner for running tests using the FUEL CMS Tester module.

    And my most wanted features:
    * Code completion for column names inside models;
    * Warnings about mistyped column names.
Sign In or Register to comment.