spectacles / CodeComplice

CodeIntel for Sublime Text 2 / 3
Other
167 stars 18 forks source link

Params not showing after using tab #36

Open PatrickLouys opened 9 years ago

PatrickLouys commented 9 years ago

When I use tab to complete a method name, then the params only show if I use the ctrl+shift+space shortcut. If I manually type the brackets or put the cursor there, they show automatically.

spectacles commented 9 years ago

what language? Please be a bit more wordy! What do you mean by "the params show"? Information about the params in a popup or params inserted as a snippet?

PatrickLouys commented 9 years ago

PHP. I was not aware that there can be a snippet inserted, doesn't seem to happen for me at all. So I was talking about the popup.

For example I start writing $this->crea and then the popup shows createCache (function). When I click tab, it completes it to $this->createCache() with the cursor between the brackets, but no popup is shown unless I use the shortcut or manually click at the spot where the cursor is.

spectacles commented 9 years ago

What ST version, what OS, what is happening on the console?

spectacles commented 9 years ago

Did you say a popup occurs when you _click_ in the brackets?? That must be a different plugin?

PatrickLouys commented 9 years ago

Ubuntu 12.04, ST 3083

The problem was at work, I won't be back until next week so I can't check the console. I'll see if I can reproduce it at home.

It is this plugin. Maybe the click thing is caused by something else? I'll see if I can get a vanilla ST with the plugin up and running.