Open andyw8 opened 4 weeks ago
[!NOTE] This issue is aimed at those attending the RubyConf 2024 Hack Day
Ruby LSP currently has an experimental chat agent:
https://github.com/Shopify/ruby-lsp/blob/main/vscode/README.md#experimental-github-copilot-chat-agent
What other LLM-based feature might be worth building?
Add a Quick Fix feature for RuboCop warning. Below is an example with JavaScript ES Lint. When hovering the warning add an option to the tooltip Fix with Copilot.
Ruby LSP currently has an experimental chat agent:
https://github.com/Shopify/ruby-lsp/blob/main/vscode/README.md#experimental-github-copilot-chat-agent
What other LLM-based feature might be worth building?