<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lukas</title>
    <description>The latest articles on DEV Community by lukas (@lukasw12v).</description>
    <link>https://dev.to/lukasw12v</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F802417%2F53083ec7-e041-40b5-83e5-fdc101d69180.png</url>
      <title>DEV Community: lukas</title>
      <link>https://dev.to/lukasw12v</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lukasw12v"/>
    <language>en</language>
    <item>
      <title>My Website redesign</title>
      <dc:creator>lukas</dc:creator>
      <pubDate>Thu, 12 May 2022 11:50:44 +0000</pubDate>
      <link>https://dev.to/lukasw12v/my-website-redesign-4pia</link>
      <guid>https://dev.to/lukasw12v/my-website-redesign-4pia</guid>
      <description>&lt;p&gt;Hi dev world!!&lt;/p&gt;

&lt;p&gt;Over the past week I redesigned my website with the goal to look better and cooler (hopefully) :D&lt;/p&gt;

&lt;p&gt;It's not ready yet&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://web-suppeep.vercel.app/"&gt;https://web-suppeep.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maybe u can leave a comment or two to give me feedback. Thx.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>career</category>
      <category>portfolio</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Your best vsc setup</title>
      <dc:creator>lukas</dc:creator>
      <pubDate>Mon, 24 Jan 2022 13:02:34 +0000</pubDate>
      <link>https://dev.to/lukasw12v/your-best-vsc-setup-4nd7</link>
      <guid>https://dev.to/lukasw12v/your-best-vsc-setup-4nd7</guid>
      <description>&lt;p&gt;Hey guys,&lt;br&gt;
this is my first post after reading hundreds.&lt;/p&gt;

&lt;p&gt;Today, I want to share with you my vsc setup with all my extensions I find useful. I created the public gist to have a fast vsc setup out of the box ready in under a minute and to not always install the extensions by hand.&lt;/p&gt;

&lt;p&gt;From color themes, formatters and assistens to docker, git and bookmarks.&lt;/p&gt;

&lt;p&gt;Maybe this setup doesn't fit your needs or it inlcudes to many extensions but it is defenetly a good overview of the top vsc extensions out there to accelerate your development.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/lukasw12V/02676ed1c28922c5d72671c2af81d07b"&gt;Get the VSC Setup&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To use this setup you need to config your vsc:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install &lt;a href="https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"&gt;Settings Sync&lt;/a&gt; in vsc&lt;/li&gt;
&lt;li&gt;(optional) Connect your github account by creating a new access token or use your current one (&lt;a href="https://github.com/settings/tokens"&gt;https://github.com/settings/tokens&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Copy the public gist-id &lt;strong&gt;02676ed1c28922c5d72671c2af81d07b&lt;/strong&gt; and paste it in the 'Gist-ID' Settings Sync input field.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rTNSUhr5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vkl20fvwksdgd5ufcqas.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rTNSUhr5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vkl20fvwksdgd5ufcqas.png" alt="Demo Image" width="880" height="474"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or install the extensions with powershell by running the commands:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;code --install-extension aaron-bond.better-comments&lt;br&gt;
code --install-extension abusaidm.html-snippets&lt;br&gt;
code --install-extension aeschli.vscode-css-formatter&lt;br&gt;
code --install-extension ahmadawais.shades-of-purple&lt;br&gt;
code --install-extension alefragnani.Bookmarks&lt;br&gt;
code --install-extension alefragnani.project-manager&lt;br&gt;
code --install-extension anseki.vscode-color&lt;br&gt;
code --install-extension bradlc.vscode-tailwindcss&lt;br&gt;
code --install-extension christian-kohler.npm-intellisense&lt;br&gt;
code --install-extension christian-kohler.path-intellisense&lt;br&gt;
code --install-extension codezombiech.gitignore&lt;br&gt;
code --install-extension CoenraadS.bracket-pair-colorizer-2&lt;br&gt;
code --install-extension Dart-Code.dart-code&lt;br&gt;
code --install-extension Dart-Code.flutter&lt;br&gt;
code --install-extension dbaeumer.vscode-eslint&lt;br&gt;
code --install-extension donjayamanne.githistory&lt;br&gt;
code --install-extension DotJoshJohnson.xml&lt;br&gt;
code --install-extension dsznajder.es7-react-js-snippets&lt;br&gt;
code --install-extension eamodio.gitlens&lt;br&gt;
code --install-extension ecmel.vscode-html-css&lt;br&gt;
code --install-extension emilast.LogFileHighlighter&lt;br&gt;
code --install-extension enkia.tokyo-night&lt;br&gt;
code --install-extension esbenp.prettier-vscode&lt;br&gt;
code --install-extension file-icons.file-icons&lt;br&gt;
code --install-extension formulahendry.auto-close-tag&lt;br&gt;
code --install-extension formulahendry.auto-complete-tag&lt;br&gt;
code --install-extension formulahendry.auto-rename-tag&lt;br&gt;
code --install-extension foxundermoon.shell-format&lt;br&gt;
code --install-extension golang.go&lt;br&gt;
code --install-extension hollowtree.vue-snippets&lt;br&gt;
code --install-extension kisstkondoros.vscode-gutter-preview&lt;br&gt;
code --install-extension KnisterPeter.vscode-github&lt;br&gt;
code --install-extension mhutchie.git-graph&lt;br&gt;
code --install-extension mikestead.dotenv&lt;br&gt;
code --install-extension ms-azuretools.vscode-docker&lt;br&gt;
code --install-extension ms-dotnettools.csharp&lt;br&gt;
code --install-extension ms-kubernetes-tools.vscode-kubernetes-tools&lt;br&gt;
code --install-extension ms-vscode-remote.remote-containers&lt;br&gt;
code --install-extension naumovs.color-highlight&lt;br&gt;
code --install-extension octref.vetur&lt;br&gt;
code --install-extension oderwat.indent-rainbow&lt;br&gt;
code --install-extension p42ai.refactor&lt;br&gt;
code --install-extension PKief.material-icon-theme&lt;br&gt;
code --install-extension pranaygp.vscode-css-peek&lt;br&gt;
code --install-extension rbbit.typescript-hero&lt;br&gt;
code --install-extension redhat.vscode-yaml&lt;br&gt;
code --install-extension ritwickdey.LiveServer&lt;br&gt;
code --install-extension sdras.night-owl&lt;br&gt;
code --install-extension sdras.vue-vscode-snippets&lt;br&gt;
code --install-extension Shan.code-settings-sync&lt;br&gt;
code --install-extension sidthesloth.html5-boilerplate&lt;br&gt;
code --install-extension streetsidesoftware.code-spell-checker&lt;br&gt;
code --install-extension syler.sass-indented&lt;br&gt;
code --install-extension teabyii.ayu&lt;br&gt;
code --install-extension vsblox.blox&lt;br&gt;
code --install-extension wicked-labs.wvsc-serendipity&lt;br&gt;
code --install-extension xabikos.JavaScriptSnippets&lt;br&gt;
code --install-extension yzhang.markdown-all-in-one&lt;br&gt;
code --install-extension ZainChen.json&lt;br&gt;
code --install-extension Zignd.html-css-class-completion&lt;/code&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
