flow-minor-mode icon indicating copy to clipboard operation
flow-minor-mode copied to clipboard

Option to show type descriptions in tooltip vs. minibuffer

Open mattdeboard opened this issue 7 years ago • 1 comments

There's a package called flycheck-pos-tip which is really nice. it shows errors in a tooltip where the cursor is (when over an error).

Would it be feasible to add this option to flow-minor-mode as well?

mattdeboard avatar Sep 05 '18 21:09 mattdeboard

javascript-flow is a separate package, i'm not familiar with the flycheck-pos-tip functionality, but if it uses standard flycheck APIs it should work in any mode, regardless of an actual checker backend.

an-sh avatar Sep 11 '18 17:09 an-sh