IDE autocomplete to develop on concrete5
Permalink
Hi
im using netbeans 8 and when i try ti check auto-completion nothing appeared on simple theme block code !!
what is the best ide that supports auto-complete for concrete5?
thanks in advance.
im using netbeans 8 and when i try ti check auto-completion nothing appeared on simple theme block code !!
what is the best ide that supports auto-complete for concrete5?
thanks in advance.
no any autocomplete on phpstorm at All !!!
In 5.7 there is (in the development version) you need to run the grunt task generate-symbols first though.
Mike
Mike
im sorry how to generate these symbols
would you mind explain that a little
thanks in advance.
would you mind explain that a little
thanks in advance.
Autocomplete works fine for me using Netbeans 7.2.1.
when i try to write this in my theme $view->
nothing appeared on the autocomplete menu
im using netbeans 8.0.2 latest one and concrete5.7.2.1
nothing appeared on the autocomplete menu
im using netbeans 8.0.2 latest one and concrete5.7.2.1
i already install node and grunt-cli how i can generate symbols to offers autocomplete ?
Run grunt generate-symbols in the build directory to generate IDE symbols which your IDE should pickup.
But to answer your question, I'd recommend taking a look at PhpStorm, I think it's probably the smartest IDE out there in terms of auto-complete (and other features like validation) for PHP. It's general coding assistance is great too, automatically suggesting variables you've already created, showing unused and undefined variables, checking syntax on the fly, etc.
PhpStorm even will notice when you are writing some SQL and start suggesting/checking the database fields relevant to your query.
It's not free (or really that cheap), but to me it's already paid for itself this year in productivity gains and keeping me sane.