<?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>Forem: Saxode</title>
    <description>The latest articles on Forem by Saxode (@saxode).</description>
    <link>https://forem.com/saxode</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%2F283260%2F8c416411-1cae-453b-811a-3af872c275ac.png</url>
      <title>Forem: Saxode</title>
      <link>https://forem.com/saxode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/saxode"/>
    <language>en</language>
    <item>
      <title>Guys! Learn Git!</title>
      <dc:creator>Saxode</dc:creator>
      <pubDate>Wed, 25 Mar 2020 06:50:31 +0000</pubDate>
      <link>https://forem.com/saxode/guys-learn-git-3pji</link>
      <guid>https://forem.com/saxode/guys-learn-git-3pji</guid>
      <description>&lt;p&gt;Alrighty, guys, this will be a super short post, cuz I am just trying to make a challenge called #learn-git-in-an-hour, yes, learn it in an hour, I just finished it and hope this challenge can give you the courage to learn git, good luck! &lt;br&gt;
(If you finished, remember to comment below!)&lt;/p&gt;

</description>
      <category>git</category>
      <category>challenge</category>
      <category>learngitinanhour</category>
    </item>
    <item>
      <title>My New New New New New VSCode</title>
      <dc:creator>Saxode</dc:creator>
      <pubDate>Tue, 17 Mar 2020 23:18:25 +0000</pubDate>
      <link>https://forem.com/saxode/my-new-new-new-new-new-vscode-37cg</link>
      <guid>https://forem.com/saxode/my-new-new-new-new-new-vscode-37cg</guid>
      <description>&lt;h2&gt;Hey there!&lt;/h2&gt;

&lt;h4&gt;I apologize for posting this much&lt;/h4&gt;

&lt;h4&gt;This time I will explain it the best I can (Also with extensions)&lt;/h4&gt;

&lt;h4&gt;Alright so let's start with the **settings.json**&lt;/h4&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"explorer.openEditors.visible": 0,
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 13,
"editor.fontWeight": "300",
"editor.letterSpacing": 1.2,
"editor.lineHeight": 22,
"editor.fontLigatures": true,
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"C_Cpp.updateChannel": "Insiders",
"workbench.colorTheme": "One Dark Pro",
"breadcrumbs.enabled": false,
"customizeUI.font.regular": "JetBrains Mono",
"explorer.confirmDelete": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.renderIndentGuides": true, 
"workbench.editor.highlightModifiedTabs": true,
"editor.cursorBlinking": "smooth",
"explorer.sortOrder": "type",
"todo-tree.tree.showScanModeButton": true,
"todo-tree.highlights.enabled": true,
"workbench.statusBar.visible": true,
"todo-tree.tree.autoRefresh": true,
"todo-tree.highlights.defaultHighlight": {
    "type": "text-and-comment"
},
"todo-tree.highlights.customHighlight": {
    "TODO": {
        "foreground": "black",
        "background": "green",
        "iconColour": "green",
        "icon": "check",
        "type": "text"
    },
    "FIXME": {
        "foreground": "black",
        "background": "red",
        "iconColour": "red",
        "icon": "bug"
    },
    "REVIEW": {
        "foreground": "black",
        "background": "cyan",
        "iconColour": "lightblue",
        "icon": "eye"
    },
    "HACK": {
        "foreground": "black",
        "background": "#FFA500",
        "iconColour": "orange",
        "icon": "alert"
    },
    "REF": {
        "foreground": "black",
        "background": "grey",
        "iconColour": "grey",
        "icon": "link",
        "type": "tag"
    },
    "TRY": {
        "foreground": "none",
        "background": "none",
        "iconColour": "#eb8c34",
        "icon": "question",
        "type": "text"
    },
    "INFO": {
        "foreground": "black",
        "background": "yellow",
        "iconColour": "#d1f542",
        "icon": "info",
        "type": "text"
    },
    "TRIES": {
        "foreground": "black",
        "background": "#eb8c34",
        "iconColour": "#eb8c34",
        "icon": "question",
        "type": "text"
    }, 
    "RESULT": {
        "foreground": "black", 
        "background": "#4287f5", 
        "iconColour": "#4287f5", 
        "type": "text"
    }
},
"todo-tree.general.tags": [
    "TODO",
    "FIXME",
    "REVIEW",
    "HACK",
    "REF",
    "TRY",
    "INFO",
    "TRIES", 
    "RESULT"
], 
"open-in-browser.default": "Google Chrome" 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h2&gt;Alright extnsion time&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Arduino
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino"&gt;https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino&lt;/a&gt;&lt;br&gt;
I am an arduino coder so, no wonder &lt;br&gt;
It is pretty nice for Arduino coders&lt;/p&gt;

&lt;h3&gt;
  
  
  2. C/C++
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools"&gt;https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools&lt;/a&gt;&lt;br&gt;
This is for C/C++ things, &lt;br&gt;
I installed it but I didn't install my compiler lol&lt;br&gt;
&lt;strong&gt;settings.json&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;"C_Cpp.updateChannel": "Insiders"&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Customize UI
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=iocave.customize-ui"&gt;https://marketplace.visualstudio.com/items?itemName=iocave.customize-ui&lt;/a&gt;&lt;br&gt;
I used this tool to change my VSCode whole style&lt;br&gt;
&lt;strong&gt;settings.json&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;"customizeUI.font.regular": "JetBrains Mono"&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Monkey Patch
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=iocave.monkey-patch"&gt;https://marketplace.visualstudio.com/items?itemName=iocave.monkey-patch&lt;/a&gt;&lt;br&gt;
Well I remember this extension is being installed by another one&lt;/p&gt;

&lt;h3&gt;
  
  
  5. One Dark Pro
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme"&gt;https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme&lt;/a&gt;&lt;br&gt;
A nice style that looks extremely awesome&lt;br&gt;
&lt;strong&gt;settings.json&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;"workbench.colorTheme": "One Dark Pro"&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  6. open in browser
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=techer.open-in-browser"&gt;https://marketplace.visualstudio.com/items?itemName=techer.open-in-browser&lt;/a&gt;&lt;br&gt;
This is an extension for opening your &lt;strong&gt;HTML file&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;settings.json&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;"open-in-browser.default": "Google Chrome"&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Python
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-python.python"&gt;https://marketplace.visualstudio.com/items?itemName=ms-python.python&lt;/a&gt;&lt;br&gt;
I code in Python so nothing to be explained lol&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Todo Tree
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree"&gt;https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree&lt;/a&gt;&lt;br&gt;
This is a really nice tool that I use when I am doing a big project&lt;br&gt;
Especially when I need to write a &lt;strong&gt;TODO FIXME.md&lt;/strong&gt; file&lt;br&gt;
So I use it a lot :P&lt;br&gt;
&lt;strong&gt;settings.json&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  "todo-tree.tree.showScanModeButton": true,
&lt;/h3&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"todo-tree.highlights.enabled": true,
"todo-tree.tree.autoRefresh": true,
"todo-tree.highlights.defaultHighlight": {
    "type": "text-and-comment"
},
"todo-tree.highlights.customHighlight": {
    "TODO": {
        "foreground": "black",
        "background": "green",
        "iconColour": "green",
        "icon": "check",
        "type": "text"
    },
    "FIXME": {
        "foreground": "black",
        "background": "red",
        "iconColour": "red",
        "icon": "bug"
    },
    "REVIEW": {
        "foreground": "black",
        "background": "cyan",
        "iconColour": "lightblue",
        "icon": "eye"
    },
    "HACK": {
        "foreground": "black",
        "background": "#FFA500",
        "iconColour": "orange",
        "icon": "alert"
    },
    "REF": {
        "foreground": "black",
        "background": "grey",
        "iconColour": "grey",
        "icon": "link",
        "type": "tag"
    },
    "TRY": {
        "foreground": "none",
        "background": "none",
        "iconColour": "#eb8c34",
        "icon": "question",
        "type": "text"
    },
    "INFO": {
        "foreground": "black",
        "background": "yellow",
        "iconColour": "#d1f542",
        "icon": "info",
        "type": "text"
    },
    "TRIES": {
        "foreground": "black",
        "background": "#eb8c34",
        "iconColour": "#eb8c34",
        "icon": "question",
        "type": "text"
    }, 
    "RESULT": {
        "foreground": "black", 
        "background": "#4287f5", 
        "iconColour": "#4287f5", 
        "type": "text"
    }
},
"todo-tree.general.tags": [
    "TODO",
    "FIXME",
    "REVIEW",
    "HACK",
    "REF",
    "TRY",
    "INFO",
    "TRIES", 
    "RESULT"
]
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;And also, the font called &lt;strong&gt;JetBrains Mono&lt;/strong&gt; is from JetBrains, I like this font lol, here's the link &lt;a href="https://www.jetbrains.com/lp/mono/"&gt;https://www.jetbrains.com/lp/mono/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;Thank you for reading this long dumb stuff, and hope that I helped you&lt;/h2&gt;

</description>
      <category>vscode</category>
      <category>style</category>
      <category>new</category>
    </item>
    <item>
      <title>My "New" VSCode Settings</title>
      <dc:creator>Saxode</dc:creator>
      <pubDate>Mon, 16 Mar 2020 08:54:37 +0000</pubDate>
      <link>https://forem.com/saxode/my-new-vscode-settings-3nkp</link>
      <guid>https://forem.com/saxode/my-new-vscode-settings-3nkp</guid>
      <description>&lt;h2&gt;Hey there!&lt;/h2&gt;

&lt;h4&gt;For some reason I redo my vscode settings again lmao&lt;/h4&gt;

&lt;p&gt;{&lt;br&gt;
    "explorer.openEditors.visible": 0,&lt;br&gt;
    "editor.fontFamily": "JetBrains Mono",&lt;br&gt;
    "editor.fontSize": 13,&lt;br&gt;
    "editor.fontWeight": "300", &lt;br&gt;
    "editor.letterSpacing": 1.2,&lt;br&gt;
    "editor.lineHeight": 22,&lt;br&gt;
    "editor.fontLigatures": true,&lt;br&gt;
    "files.autoSave": "afterDelay",&lt;br&gt;
    "window.zoomLevel": 0,&lt;br&gt;
    "C_Cpp.updateChannel": "Insiders",&lt;br&gt;
    "workbench.colorTheme": "Dark hacker theme",&lt;br&gt;
    "breadcrumbs.enabled": false,&lt;br&gt;
    "customizeUI.font.regular": "JetBrains Mono",&lt;br&gt;
    "explorer.confirmDelete": false,&lt;br&gt;
    "editor.formatOnSave": true,&lt;br&gt;
    "editor.formatOnPaste": true,&lt;br&gt;
    "workbench.editor.highlightModifiedTabs": true,&lt;br&gt;
    "editor.cursorBlinking": "smooth",&lt;br&gt;
    "explorer.sortOrder": "type",&lt;br&gt;
    "todo-tree.tree.showScanModeButton": true,&lt;br&gt;
    "todo-tree.highlights.enabled": true,&lt;br&gt;
    "workbench.statusBar.visible": true,&lt;br&gt;
    "todo-tree.tree.autoRefresh": true,&lt;br&gt;
    "todo-tree.highlights.defaultHighlight": {&lt;br&gt;
        "type": "text-and-comment"&lt;br&gt;
    },&lt;br&gt;
    "todo-tree.highlights.customHighlight": {&lt;br&gt;
        "TODO": {&lt;br&gt;
            "foreground": "black",&lt;br&gt;
            "background": "green",&lt;br&gt;
            "iconColour": "green",&lt;br&gt;
            "icon": "check",&lt;br&gt;
            "type": "text"&lt;br&gt;
        },&lt;br&gt;
        "FIXME": {&lt;br&gt;
            "foreground": "black",&lt;br&gt;
            "background": "red",&lt;br&gt;
            "iconColour": "red",&lt;br&gt;
            "icon": "bug"&lt;br&gt;
        },&lt;br&gt;
        "REVIEW": {&lt;br&gt;
            "foreground": "black",&lt;br&gt;
            "background": "cyan",&lt;br&gt;
            "iconColour": "lightblue",&lt;br&gt;
            "icon": "eye"&lt;br&gt;
        },&lt;br&gt;
        "HACK": {&lt;br&gt;
            "foreground": "black",&lt;br&gt;
            "background": "#FFA500",&lt;br&gt;
            "iconColour": "orange",&lt;br&gt;
            "icon": "alert"&lt;br&gt;
        },&lt;br&gt;
        "REF": {&lt;br&gt;
            "foreground": "black",&lt;br&gt;
            "background": "grey",&lt;br&gt;
            "iconColour": "grey",&lt;br&gt;
            "icon": "link",&lt;br&gt;
            "type": "tag"&lt;br&gt;
        }&lt;br&gt;
    },&lt;br&gt;
    "todo-tree.general.tags": [&lt;br&gt;
        "TODO",&lt;br&gt;
        "FIXME",&lt;br&gt;
        "REVIEW",&lt;br&gt;
        "HACK",&lt;br&gt;
        "REF"&lt;br&gt;
    ]&lt;br&gt;
}&lt;/p&gt;

&lt;h4&gt;Needed extensions: Todo Tree, Dark hacker theme, customise UI&lt;/h4&gt;

&lt;h4&gt;Needed others: JetBrains Mono&lt;/h4&gt;

&lt;h2&gt;Hope this helps you!&lt;/h2&gt;

</description>
      <category>vscode</category>
      <category>ide</category>
      <category>style</category>
    </item>
    <item>
      <title>My vscode settings</title>
      <dc:creator>Saxode</dc:creator>
      <pubDate>Sat, 14 Mar 2020 23:56:09 +0000</pubDate>
      <link>https://forem.com/saxode/my-vscode-settings-3h43</link>
      <guid>https://forem.com/saxode/my-vscode-settings-3h43</guid>
      <description>&lt;h1&gt;Hey!&lt;/h1&gt;

&lt;p&gt;If you are using vscode, &lt;br&gt;
And think that "Holy crap how to make it look better?"&lt;br&gt;
Then this is the best post for you, &lt;br&gt;
{&lt;br&gt;
    "explorer.openEditors.visible": 1,&lt;br&gt;
    "editor.fontFamily": "JetBrains Mono",&lt;br&gt;
    "editor.fontSize": 13,&lt;br&gt;
    "editor.fontWeight": "300",&lt;br&gt;
    "editor.letterSpacing": 1.2,&lt;br&gt;
    "editor.lineHeight": 22,&lt;br&gt;
    "editor.fontLigatures": true, &lt;br&gt;
    "files.autoSave": "afterDelay",&lt;br&gt;
    "window.zoomLevel": 0,&lt;br&gt;
    "C_Cpp.updateChannel": "Insiders",&lt;br&gt;
    "workbench.colorTheme": "Dark hacker theme",&lt;br&gt;
    "breadcrumbs.enabled": false, &lt;br&gt;
    "customizeUI.font.regular": "JetBrains Mono",&lt;br&gt;
    "explorer.confirmDelete": false,&lt;br&gt;
    "editor.formatOnSave": true, &lt;br&gt;
    "editor.formatOnPaste": true, &lt;br&gt;
    "workbench.editor.highlightModifiedTabs": true, &lt;br&gt;
    "editor.cursorBlinking": "smooth", &lt;br&gt;
    "explorer.sortOrder": "type", &lt;br&gt;
}&lt;br&gt;
Hope this helps you!&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>ide</category>
    </item>
    <item>
      <title>Self introduction </title>
      <dc:creator>Saxode</dc:creator>
      <pubDate>Sun, 01 Dec 2019 14:35:21 +0000</pubDate>
      <link>https://forem.com/saxode/self-introduction-hhg</link>
      <guid>https://forem.com/saxode/self-introduction-hhg</guid>
      <description>&lt;p&gt;Hello guys, I am an 11 years old programmer, engineer, photographer, composer, saxophonist and a designer from Taiwan, I code in Arduino, C, HTML, CSS, JS, Python, VBA, I am now learning C++, happy to meet you guys!&lt;/p&gt;

</description>
      <category>introducing</category>
    </item>
    <item>
      <title>Hi</title>
      <dc:creator>Saxode</dc:creator>
      <pubDate>Sun, 01 Dec 2019 14:20:17 +0000</pubDate>
      <link>https://forem.com/saxode/hi-22gk</link>
      <guid>https://forem.com/saxode/hi-22gk</guid>
      <description>&lt;p&gt;Hello guys&lt;/p&gt;

</description>
      <category>hi</category>
    </item>
  </channel>
</rss>
