Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 2 - plugin to show objects and variables?

Is there any plugin or way for Sublime Text 2 to show you your objects, functions, and variables on the side?

I am working with PHP and Javascript. Thanks!

like image 782
Don P Avatar asked Oct 16 '12 02:10

Don P


People also ask

How do I display output in Sublime Text?

In order for taking input and receiving output from a code, we need to manually set up our input and output files. Step 1: From the top menu, select View->Layout->Columns :3 or press Shift+Alt+3. Step 2: Now select View->Groups->Max columns: 2. Step 3: Now you can view three files simultaneously in sublime text.

Does Sublime have intellisense?

You can add the auto-complete Intellisense feature for Kony UI, API, and SDK functions while working with Sublime Text from Visualizer. You must install the Ternjs for Sublime package to enable this feature.

How do I create a Build System in Sublime Text?

Sublime Text is able to run build programs such as 'make', either when a key in pressed (F7 by default), or when a file is saved. The build system to use can be select from the Tools/Build System menu. If a project is open, the selected build system will be remembered for the project.

How do you use terminus sublime?

Type 'Terminus' and select it. Wait for it to Complete installation and Restart sublime text. And save it. Note: The above code is for Linux users for Windows users you have to enter “cmd.exe” in place of “bash”, also here we kept the shortcut key as “alt+1” you can use your own key.


2 Answers

you don`t need a Plugin to do this.

Just press Control + R (on Win) to get a List of all available functions, objects and variables.

Hope it helps.

like image 162
Moszeed Avatar answered Oct 07 '22 11:10

Moszeed


For the MAC users the command is CMD + R

This will open a popup with all the functions.

like image 25
Adrian Cid Almaguer Avatar answered Oct 07 '22 11:10

Adrian Cid Almaguer