anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

Show error information when hovering over line

Open Kyu opened this issue 5 years ago • 0 comments

Wanted Behaviour

An option to allow tooltips to display error information on hover. e.g like it does for function definitions

image

Also referenced in #688 #752

Actual Behaviour

I either have to enable phantoms, or click the offending line and check the status bar for error info.

Steps to Reproduce

Enter syntax incorrect python code into the window with "anaconda_linter_phantoms" set to true. (side note, phantoms don't disappear when you set them to false, I have to restart sublime)

image

ST3, Anaconda and OS versions

3.2.2 Build 3211. Anaconda 2.1.36, Windows 10 64-bit

ST3 Console Logs

Anaconda's JsonServer Logs

Note: Anaconda's JsonServer logs can be found in:

  • Linux: ~/.local/share/anaconda/logs
  • OS X: ~/Library/Logs/anaconda
  • Windows: %APPDATA\Anaconda\Logs

Making this issue because the Readme said to make an issue before making a PR. I'd also like to work on a PR for this issue.

Kyu avatar May 25 '20 19:05 Kyu