Fritz.StreamTools icon indicating copy to clipboard operation
Fritz.StreamTools copied to clipboard

Feature: LiveCode Suggestions Visual Studio extension

Open csharpfritz opened this issue 6 years ago • 2 comments

  • [x] Receive code suggestions from the Chat Room Bot, and add them as Messages to the Error List Window
  • [x] We should be able to click these messages and jump directly to that file and row location

Some URLs to help with building this: https://github.com/Microsoft/VSSDK-Extensibility-Samples

Editor adornments for showing and helping place code suggestions: https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-an-extension-with-an-editor-item-template?view=vs-2017

csharpfritz avatar Nov 18 '18 17:11 csharpfritz

This issue should be broken up into smaller components for management and to encourage contributions

csharpfritz avatar Nov 18 '18 19:11 csharpfritz

Interaction workflow is:

  • Chatroom command issued: !code <line #>
  • Bot parses command, stores suggestion and transmits through SignalR a 'new suggestion' event
  • Visual Studio receives 'new suggestion' event and places entry in Error List
  • Clicking entry in error list navigates to the suggested file and line
  • Adornment on this line with the attached suggestion

csharpfritz avatar Nov 18 '18 19:11 csharpfritz