LLM tools like GitHub Copilot can be extremely helpful when building apps with Rhino. However, the unique project structure and the use of the box package for module imports can make it harder for these tools to understand and assist effectively. The good news is that their performance can be significantly improved by providing custom instructions.
To optimize GitHub Copilot for working with Rhino projects,
you can create a file named copilot-instructions.md
in the .github/
directory of your repository.
To see instructions below as markdown visit vignette source.
Example instructions:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.