#
Code generation settings
CodeParrot is a Developer first platform. You can control the generated code. Open the settings panel by clicking on settings ⚙️ icon on CodeParrot panel.
It will open the settings panel
#
Frameworks and Languages
Choose your frameworks and languages preferences.
#
Coding Standards
Specifying your coding standards helps generate better results like
- how you prefer your styling
write css in separate files, don't use inline / use tailwind / use styled components etc
- syntax preferences
use arrow functions components
- how you prefer imports
use relative imports. Import svgs as React Components
You can specify as many rules as you like separated by new lines or commas(,)