brackets-magento-hint
brackets-magento-hint copied to clipboard
Doesnt seem to run
We've installed this plugin in the latest Brackets, but we can't seem to get it to work in any php or phtml Magento file. No autocomplete/autifill happens when typing '$this->get'.

In my Brackets is correct , try reinstalling.
.
We just did, also we have the same problem on two computers, minimal mods installed (eqFTP, jQuinter, Magento Hint)
We just uninstalled jQuinter, and it seems that is the issue. Is there some way to make these both work together?
(For clarity: When jQuinter and your module is installed, only jQuinter works, when I uninstall jQuinter, your module works)
I could not find quickly, will have to devote more time to achieve, but thank you for helping me.
Looks like it has some problems which appear with and without jQuinter. Can you provide a basic example? I never get any hints and never used magento ;)
Indeed you are correct.
The error in console already occurs when typing in a php page, with only the 'Magento Hint Brackets' plugin enabled, even if it still works. Example typing the following triggers this error:
Example.php:
<?php Mage:: ?>
When combined with other autocompletion, both seem to break due to this error.