Open mattdeboard opened 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).
flycheck-pos-tip
Would it be feasible to add this option to flow-minor-mode as well?
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.
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?