misogi / vscode-ruby-rubocop

Rubocop extension for Visual Studio Code
https://marketplace.visualstudio.com/items/misogi.ruby-rubocop
MIT License
137 stars 68 forks source link

[FEATURE] Add link to Ruby code style guide in linter tooltip #55

Open asux opened 7 years ago

asux commented 7 years ago

I noticed that linter-rubocop Atom package provides link to Ruby code style guide in tooltip when hoover to offense. It will be very useful to get this in this extension.

maschwenk commented 7 years ago

@asux I'm the current maintainer of https://github.com/AtomLinter/linter-rubocop and I was going to use this feature to dive into VSCode plugin development, I was blocked by the fact that you can't put Markdown (currently) into the hover display. That's something I'd love to do when VScode opens the API for that.