VS Code Extension

Benim kullandığım bazı eklentiler 🙂

Php Debug

https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug

Cool

Highlight Matching Tag

Highlight Matching Tag

https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag

Php dosyalarında da tag match ‘in çalışması için  settings.json  yapılacak
File->Preference->Settings->User Settings(Text Editor)

{ “workbench.colorTheme”: “Default Light+”, “highlight-matching-tag.highlightFromContent”: true, “highlight-matching-tag.highlightSelfClosing”: true, “files.associations”: { // extension name : html “*.php”: “html”, “*.html”: “html” }
}

{
“workbench.colorTheme”: “Default Light+”,
“highlight-matching-tag.highlightFromContent”: true,
“highlight-matching-tag.highlightSelfClosing”: true,
“highlight-matching-tag.styles”: {
“opening”: {
“left”: {
“underline”: “yellow”
},
“right”: {
“surround”: “#155FFA”
},
“name”: {
“highlight”: “rgba(180, 20, 80, 0.3)”
}
},
“closing”: {
“full”: {
“custom”: {
“dark”: {
“borderWidth”: “0 0 1px 0”,
“borderColor”: “white”,
“borderStyle”: “solid”,
“borderRadius”: “4px”,
“right”: “10px”
},
“light”: {
“borderWidth”: “0 0 1px 0”,
“borderColor”: “brown”,
“borderStyle”: “solid”,
“borderRadius”: “4px”,
“right”: “10px”
}
}
}
}
},
“files.associations”: {
// extension name : html
“*.php”: “html”,
“*.html”: “html”
}

}

NotepadPlusPlus Remixed Theme

https://marketplace.visualstudio.com/items?itemName=sh4dow.theme-notepadplusplusremixed

Open in Notepad++

https://marketplace.visualstudio.com/items?itemName=CSeitel.open-in-npp

Better Comments

https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments

Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets for Visual studio code

https://marketplace.visualstudio.com/items?itemName=thekalinga.bootstrap4-vscode

Browser Preview

https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)