.continuerules
您可以通过在项目的根目录下添加一个.continuerules文件来创建项目特定的系统消息。该文件是纯文本文件,其内容将被插入到所有聊天请求的系统消息中。规则不用于自动完成。
简单示例
- 如果你想要简洁的答案:
Please provide concise answers. Do explain obvious concepts. You can assume that I am knowledgable about most programming topics.
- 如果你想确保某些实践被遵循,例如在React中:
Whenever you are writing React code, make sure to
- use functional components instead of class components
- use hooks for state management
- define an interface for your component props
- use Tailwind CSS for styling
- modularize components into smaller, reusable pieces