Sublime Forum

Best setup for PHP & JS (auto completion, etc)

#1

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 )

  1. Nested brackets with different colours.

  2. 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 ] *

  3. User defined function definitions (see 2)

  4. User defined function definitions in different files (see 2)

  5. 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.

0 Likes