{"id":7064,"date":"2020-05-17T10:37:16","date_gmt":"2020-05-17T07:37:16","guid":{"rendered":"https:\/\/www.karadere.com\/blog\/?p=7064"},"modified":"2021-09-10T14:27:16","modified_gmt":"2021-09-10T11:27:16","slug":"vs-code-extension","status":"publish","type":"post","link":"https:\/\/www.karadere.com\/blog\/vs-code-extension.html","title":{"rendered":"VS Code Extension"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Benim kulland\u0131\u011f\u0131m baz\u0131 eklentiler \ud83d\ude42<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Php Debug<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=felixfbecker.php-debug\">https:\/\/marketplace.visualstudio.com\/items?itemName=felixfbecker.php-debug<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Cool <\/strong><\/p>\n\n\n\n<strong>Highlight Matching Tag<\/strong>\n\n\n\n<h4 class=\"wp-block-heading\"><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Highlight Matching Tag<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=vincaslt.highlight-matching-tag\" class=\"aioseop-link\">https:\/\/marketplace.visualstudio.com\/items?itemName=vincaslt.highlight-matching-tag<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Php dosyalar\u0131nda da tag match &#8216;in \u00e7al\u0131\u015fmas\u0131 i\u00e7in &nbsp;<code>settings.json<\/code>&nbsp; yap\u0131lacak<br>File-&gt;Preference-&gt;Settings-&gt;User Settings(Text Editor) <\/p>\n\n\n<p>{    &#8220;workbench.colorTheme&#8221;: &#8220;Default Light+&#8221;,    &#8220;highlight-matching-tag.highlightFromContent&#8221;: true,    &#8220;highlight-matching-tag.highlightSelfClosing&#8221;: true,    &#8220;files.associations&#8221;: {        \/\/ extension name : html        &#8220;*.php&#8221;: &#8220;html&#8221;,        &#8220;*.html&#8221;: &#8220;html&#8221;    }<br \/>\n}<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"> <\/p>\n\n\n<p>{<br \/>\n    &#8220;workbench.colorTheme&#8221;: &#8220;Default Light+&#8221;,<br \/>\n    &#8220;highlight-matching-tag.highlightFromContent&#8221;: true,<br \/>\n    &#8220;highlight-matching-tag.highlightSelfClosing&#8221;: true,<br \/>\n    &#8220;highlight-matching-tag.styles&#8221;: {<br \/>\n        &#8220;opening&#8221;: {<br \/>\n          &#8220;left&#8221;: {<br \/>\n            &#8220;underline&#8221;: &#8220;yellow&#8221;<br \/>\n          },<br \/>\n          &#8220;right&#8221;: {<br \/>\n            &#8220;surround&#8221;: &#8220;#155FFA&#8221;<br \/>\n          },<br \/>\n          &#8220;name&#8221;: {<br \/>\n            &#8220;highlight&#8221;: &#8220;rgba(180, 20, 80, 0.3)&#8221;<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;closing&#8221;: {<br \/>\n          &#8220;full&#8221;: {<br \/>\n            &#8220;custom&#8221;: {<br \/>\n              &#8220;dark&#8221;: {<br \/>\n                &#8220;borderWidth&#8221;: &#8220;0 0 1px 0&#8221;,<br \/>\n                &#8220;borderColor&#8221;: &#8220;white&#8221;,<br \/>\n                &#8220;borderStyle&#8221;: &#8220;solid&#8221;,<br \/>\n                &#8220;borderRadius&#8221;: &#8220;4px&#8221;,<br \/>\n                &#8220;right&#8221;: &#8220;10px&#8221;<br \/>\n              },<br \/>\n              &#8220;light&#8221;: {<br \/>\n                &#8220;borderWidth&#8221;: &#8220;0 0 1px 0&#8221;,<br \/>\n                &#8220;borderColor&#8221;: &#8220;brown&#8221;,<br \/>\n                &#8220;borderStyle&#8221;: &#8220;solid&#8221;,<br \/>\n                &#8220;borderRadius&#8221;: &#8220;4px&#8221;,<br \/>\n                &#8220;right&#8221;: &#8220;10px&#8221;<br \/>\n              }<br \/>\n            }<br \/>\n          }<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;files.associations&#8221;: {<br \/>\n        \/\/ extension name : html<br \/>\n        &#8220;*.php&#8221;: &#8220;html&#8221;,<br \/>\n        &#8220;*.html&#8221;: &#8220;html&#8221;<br \/>\n    }<\/p>\n<p>}<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">NotepadPlusPlus Remixed Theme<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=sh4dow.theme-notepadplusplusremixed\">https:\/\/marketplace.visualstudio.com\/items?itemName=sh4dow.theme-notepadplusplusremixed<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open in Notepad++<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=CSeitel.open-in-npp\">https:\/\/marketplace.visualstudio.com\/items?itemName=CSeitel.open-in-npp<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Better Comments<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=aaron-bond.better-comments\">https:\/\/marketplace.visualstudio.com\/items?itemName=aaron-bond.better-comments<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bootstrap 4, Font awesome 4, Font Awesome 5 Free &amp; Pro snippets for Visual studio code<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=thekalinga.bootstrap4-vscode\">https:\/\/marketplace.visualstudio.com\/items?itemName=thekalinga.bootstrap4-vscode<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Browser Preview<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=auchenberg.vscode-browser-preview\">https:\/\/marketplace.visualstudio.com\/items?itemName=auchenberg.vscode-browser-preview<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Benim kulland\u0131\u011f\u0131m baz\u0131 eklentiler \ud83d\ude42 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\u0131nda da tag match &#8216;in \u00e7al\u0131\u015fmas\u0131 i\u00e7in &nbsp;settings.json&nbsp; yap\u0131lacakFile-&gt;Preference-&gt;Settings-&gt;User Settings(Text Editor) 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 &amp; Pro snippets for Visual studio code [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[1],"tags":[3210,3208,3209],"class_list":["post-7064","post","type-post","status-publish","format-standard","hentry","category-genel","tag-extension","tag-ms-vs-code","tag-vs-code","has-post-title","has-post-date","has-post-category","has-post-tag","has-post-comment","has-post-author",""],"aioseo_notices":[],"views":592,"_links":{"self":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/7064","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/comments?post=7064"}],"version-history":[{"count":9,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/7064\/revisions"}],"predecessor-version":[{"id":7458,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/7064\/revisions\/7458"}],"wp:attachment":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/media?parent=7064"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/categories?post=7064"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/tags?post=7064"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}