Hi,
I would like to know:
- what version of ST to use
- what plugins to use
========================
These are the things I want:
(for PHP and Javascript )
-
Nested brackets with different colours.
-
Built in Function Declarations
eg: in a PHP file, when I type stripos( I want to see the function parameters for stripos:* string $haystack , string $needle , int $offset = 0 ] * -
User defined function definitions (see 2)
-
User defined function definitions in different files (see 2)
-
List of members for javascript (possible?)
(at least if i type blah.style. it would be nice if it brought up all the JS CSS style properties)
===============
Thanks!
Comment:
I’ve tried a few plugins with Package Control in ST2
Andy something and Sublime Code Intel.
Another one called PHPcs. None of them seemed to do any of the above for me.