Sublime Forum

Automatic function popup

#1

When I complete a javascript function, e.g., alert(); a helper window with a list of functions pops up. I presume this is something I installed because I thought it would be helpful but I find it a nuisance. If someone will identify it for me I’ll disable it.

Thanks.

0 Likes

#2

I don’t think it’s called like this… Are talking about the auto complete popup?

The best solution to find this package is to list all of them:

  • ctrl+shift+p (show the command palette)
  • Search for Package Control: List Packages

On the top of my head:

  • it wouldn’t suprise me that jQuery'd do this
  • maybe a js linter?

If you struggle, open Package Control's user settings (in the command palette Preferences: Package Control Settings – User), and copy/paste the list of all your packages.

0 Likes

#3

Note that this could also be coming from ST’s default buffer completions, which you can disable with a setting. You’ll have to find out which one yourself since I’m not at a computer currently.

0 Likes

#4

Thanks for the suggestions. I found it - it was a javascript function completer. I disabled it and it’s gone away.

1 Like