# 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.

Edit Settings
Edit Settings

It will open the settings panel

Settings Panel
Settings Panel

# Frameworks and Languages

Choose your frameworks and languages preferences.

Select Framework
Select Framework

# Coding Standards

Coding Standards
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(,)