Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: LiveCode Suggestions Visual Studio extension #170

Open
2 tasks done
csharpfritz opened this issue Nov 18, 2018 · 2 comments
Open
2 tasks done

Feature: LiveCode Suggestions Visual Studio extension #170

csharpfritz opened this issue Nov 18, 2018 · 2 comments

Comments

@csharpfritz
Copy link
Owner

csharpfritz commented Nov 18, 2018

  • Receive code suggestions from the Chat Room Bot, and add them as Messages to the Error List Window
  • 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
Copy link
Owner Author

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

@csharpfritz
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant