LoginSignup
0
0

More than 3 years have passed since last update.

flycheckのツールチップ表示を抑制する

Posted at

注:flycheck-pos-tipやflycheck-popup-tipとは異なります

flycheckではエラーや警告メッセージがGUIツールチップを介して表示されます。しかし、lsp-ui-sidelineなどを使っていると情報が二重に表示され、邪魔くさくなります。

これを抑制するには

(setq flycheck-help-echo-function nil)

としてやればよいです。1

参考:
Interact with errors — Flycheck 32-cvs documentation


  1. defcustomにsetqを使うことの是非についてはここではスルー。 

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0