Sublime Forum

Turn Off ColdFusion tag pop-ups

#1

I am a ColdFusion developer and have just recently started to use Sublime. I installed a package called “CFML” to get the syntax highlighting.

However, whenever I put my cursor over a CFTAG I get this pop-up with tag information that obliterates all the code. It’s getting annoying having to keep moving my cursor around to get it to go away.

Can someone tell me how to turn this off?

Thanks in advance, Jerry

0 Likes

#2

CFML is a third-party package. Full documentation is available at the repo. It looks like you want to set "cfml_completion_docs": false in your user package settings.

2 Likes

#3

Thom, thank you. That was a good lead to find it. It turns out to be “cfml_hover_docs”.

Thanks much.

1 Like