Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
Background:
We use GitHub Copilot in a project built with a Domain-Specific Language (DSL). This DSL has unique syntax, semantics, and business scenarios distinct from general-purpose programming languages, making it challenging for Copilot to provide accurate and relevant suggestions out of the box.
Proposal:
Introduce a feature that allows developers to define a custom top-level prompt for Copilot, setting the initial context to better align with the project's needs. This could be implemented through one of the following approaches:
Allow VS Code users to create a dedicated file in the project or Provide an option in the Copilot extension settings that serves as the top-level prompt. This prompt could include information about the DSL's syntax, semantics, business scenarios, and coding style. Copilot would use this as the foundation for generating suggestions.
Beta Was this translation helpful? Give feedback.
All reactions