ΠΠ°ΡΡΡΠΎΠΉΠΊΠΈ VSCode:
{
// workbench
"workbench.colorTheme": "Community Material Theme Ocean",
// editor
"editor.fontSize": 21, // ΡΠ°Π·ΠΌΠ΅Ρ ΡΡΠΈΡΡΠ°
"editor.formatOnSave": true, // ΡΠΎΡΠΌΠ°ΡΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΠΏΡΠΈ ΡΠΎΡ
ΡΠ°Π½Π΅Π½ΠΈΠΈ
"editor.wordWrap": "bounded", // ΠΏΠ΅ΡΠ΅Π½ΠΎΡΠΈ ΡΡΡΠΎΠΊ
"editor.folding": false, // ΡΠ²ΠΎΡΠ°ΡΠΈΠ²Π°Π½ΠΈΠ΅ ΠΊΠΎΠ΄Π°
"editor.smoothScrolling": true, // ΠΏΠ»Π°Π²Π½Π°Ρ ΠΏΡΠΎΠΊΡΡΡΠΊΠ°
"editor.minimap.enabled": false, // ΠΌΠΈΠ½ΠΈΠΊΠ°ΡΡΠ° ΡΠ±ΠΎΠΊΡ ΠΎΡΠΊΠ»ΡΡΠ΅Π½Π°
"editor.inlineSuggest.enabled": true,
"editor.detectIndentation": true, //
"editor.scrollBeyondLastLine": true, // Π±ΡΠ΄Π΅Ρ Π»ΠΈ ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΏΡΠΎΠΊΡΡΡΠΈΠ²Π°ΡΡΡΡ Π·Π° ΠΏΡΠ΅Π΄Π΅Π»Ρ ΠΏΠΎΡΠ»Π΅Π΄Π½Π΅ΠΉ ΡΡΡΠΎΠΊΠΈ
"editor.suggestSelection": "first", // Π² Π²ΡΠΏΠ°Π΄Π°ΡΡΠ΅ΠΌ ΡΠΏΠΈΡΠΊΠ΅ ΡΠ½Π°ΡΠ°Π»Π° ΠΏΠΎΠ΄ΡΠΊΠ°Π·ΠΊΠΈ, Π° ΠΏΠΎΡΠΎΠΌ Π²ΡΡ ΠΎΡΡΠ°Π»ΡΠ½ΠΎΠ΅
"editor.cursorBlinking": "expand", // ΠΊΡΠ°ΡΠΈΠ²ΠΎΠ΅ ΠΌΠΈΠ³Π°Π½ΠΈΠ΅ ΠΊΡΡΡΠΎΡΠ°
"editor.bracketPairColorization.enabled": true, // ΡΠ°Π·Π½ΠΎΡΠ²Π΅ΡΠ½ΡΠ΅ ΡΠΊΠΎΠ±ΠΊΠΈ
//explorer
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
// files
"files.autoSave": "afterDelay", // Π°Π²ΡΠΎΡΠΎΡ
ΡΠ°Π½Π΅Π½ΠΈΠ΅
// Π΄Π»Ρ Π½ΠΎΡΠΌΠ°Π»ΡΠ½ΠΎΠΉ ΡΠ°Π±ΠΎΡΡ tailwind
"files.associations": { "*.scss": "postcss", "*.module.scss": "postcss" },
// prettier
"prettier.useTabs": true,
"prettier.tabWidth": 4,
"prettier.printWidth": 100,
"prettier.trailingComma": "all",
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"prettier.semi": true,
"prettier.bracketSpacing": true,
"prettier.endOfLine": "auto",
// breadcrumbs
"breadcrumbs.enabled": false,
// ΠΏΡΠΎΡΠ΅Π΅
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}