Sublime Forum

How do I disable this?

#1

Not sure if its a package or what.

Thank you

0 Likes

#2

More information needed:

  1. Sublime version.

  2. Packages installed.

  3. How did you get to this?

0 Likes

#3

Sublime version = Build 4200

Packges installed = LSP, LSP-json, LSP-pyright, LSP-Ruff, Package Control, PackageDevf, Python 3, python-black, Sublime_lib, Terminus.

How did you get to this = I don’t remember. I think I have pacages installed that i don’t need or work against one another…

Thank you

0 Likes

#4

The popup is the signature help popup from LSP.

0 Likes

#5

Is there anyway to disable? I’m guessing no otherwise it would have been mentioned…

Thank you for the reply

0 Likes

#6

add this to your LSP settings

{
  "disabled_capabilities": { "hoverProvider": true }
}
0 Likes

#7

The sepcific feature in question would be the signatureHelpProvider.

0 Likes