an-sh / flow-minor-mode

Emacs minor mode for editing flowtype files.
BSD 3-Clause "New" or "Revised" License
47 stars 16 forks source link

Option to show type descriptions in tooltip vs. minibuffer #19

Open mattdeboard opened 6 years ago

mattdeboard commented 6 years ago

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?

an-sh commented 6 years ago

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.