.github/copilot-instructions.md
http://code.visualstudio.com/blogs/2025/03/26/custom-instructions?utm_source=pocket_shared
Example:
Copilot Instructions
This project is a web application that allows users to create and manage tasks. The application is built using React and Node.js, and it uses MongoDB as the database.
Coding Standards
- Use camelCase for variable and function names.
- Use PascalCase for component names.
- Use single quotes for strings.
- Use 2 spaces for indentation.
- Use arrow functions for callbacks.
- Use async/await for asynchronous code.
- Use const for constants and let for variables that will be reassigned.
- Use destructuring for objects and arrays.
- Use template literals for strings that contain variables.
Use the latest JavaScript features (ES6+) where possible.
.github/copilot-instructions.md
http://code.visualstudio.com/blogs/2025/03/26/custom-instructions?utm_source=pocket_shared
Example:
Copilot Instructions
This project is a web application that allows users to create and manage tasks. The application is built using React and Node.js, and it uses MongoDB as the database.
Coding Standards
Use the latest JavaScript features (ES6+) where possible.