<?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: Bùi Đức Nhật</title>
    <description>The latest articles on DEV Community by Bùi Đức Nhật (@buiducnhat).</description>
    <link>https://dev.to/buiducnhat</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%2F768693%2Fc7a7b679-45ce-47cd-a9ab-d9f3535b5d62.jpeg</url>
      <title>DEV Community: Bùi Đức Nhật</title>
      <link>https://dev.to/buiducnhat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/buiducnhat"/>
    <language>en</language>
    <item>
      <title>Ollamazing: Your Free, Open-Source AI Assistant Right in Your Browser</title>
      <dc:creator>Bùi Đức Nhật</dc:creator>
      <pubDate>Fri, 14 Feb 2025 14:45:42 +0000</pubDate>
      <link>https://dev.to/buiducnhat/ollamazing-your-free-open-source-ai-assistant-right-in-your-browser-3e0n</link>
      <guid>https://dev.to/buiducnhat/ollamazing-your-free-open-source-ai-assistant-right-in-your-browser-3e0n</guid>
      <description>&lt;p&gt;Hey fellow developers! 👋 I'm excited to introduce &lt;strong&gt;Ollamazing&lt;/strong&gt;, a browser extension that brings the power of local AI models directly into your browsing experience. Let me share why you might want to give it a try.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Ollamazing?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Ollamazing&lt;/strong&gt; is a free, open-source browser extension that connects with &lt;strong&gt;Ollama&lt;/strong&gt; to run AI models locally on your machine. Think of it as having ChatGPT-like (or even Deepseek for newer) capabilities, but with complete privacy and no subscription fees.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsjxmfrqalnoe53tk8n12.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsjxmfrqalnoe53tk8n12.png" alt="Demo" width="800" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🌟 Key Features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;100% Free and Open Source

&lt;ul&gt;
&lt;li&gt;No hidden costs or subscription fees&lt;/li&gt;
&lt;li&gt;Fully open-source codebase&lt;/li&gt;
&lt;li&gt;Community-driven development&lt;/li&gt;
&lt;li&gt;Transparent about how your data is handled&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Local AI Processing

&lt;ul&gt;
&lt;li&gt;Thanks to Ollama, we can run AI models directly on your machine&lt;/li&gt;
&lt;li&gt;Complete privacy - your data never leaves your computer&lt;/li&gt;
&lt;li&gt;Works offline once models are downloaded&lt;/li&gt;
&lt;li&gt;Support for various open-source models (&lt;em&gt;llama3.3&lt;/em&gt;, &lt;em&gt;gemma&lt;/em&gt;, &lt;em&gt;phi4&lt;/em&gt;, &lt;em&gt;qwen&lt;/em&gt;, &lt;em&gt;mistral&lt;/em&gt;, &lt;em&gt;codellama&lt;/em&gt;, etc.) and specially &lt;strong&gt;&lt;em&gt;deepseek-r1&lt;/em&gt;&lt;/strong&gt; - the most popular open source model at current time.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Seamless Browser Integration

&lt;ul&gt;
&lt;li&gt;Chat with AI right from your browser sidebar&lt;/li&gt;
&lt;li&gt;Text selection support for quick queries&lt;/li&gt;
&lt;li&gt;Context-aware responses based on the current webpage&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Developer-Friendly Features

&lt;ul&gt;
&lt;li&gt;Code completion and explanation&lt;/li&gt;
&lt;li&gt;Documentation generation&lt;/li&gt;
&lt;li&gt;Code review assistance&lt;/li&gt;
&lt;li&gt;Bug fixing suggestions&lt;/li&gt;
&lt;li&gt;Multiple programming language support&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Easy Setup

&lt;ul&gt;
&lt;li&gt;Install Ollama on your machine or any remote server&lt;/li&gt;
&lt;li&gt;Download your preferred models&lt;/li&gt;
&lt;li&gt;Install the Ollamazing browser extension&lt;/li&gt;
&lt;li&gt;Start chatting with AI!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🚀 Getting Started
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# 1. Install Ollama&lt;/span&gt;
curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://ollama.com/install.sh | sh

&lt;span class="c"&gt;# 2. Pull your first model (e.g., Deepseek R1 7 billion parameters)&lt;/span&gt;
ollama pull deepseek-r1:7b
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then simply install the extension from your browser's extension store, and you're ready to go!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;For more information about Ollama, please visit the &lt;a href="https://ollama.com/" rel="noopener noreferrer"&gt;official website&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important&lt;/strong&gt;: If you run Ollama on local machine, ensure to setup the &lt;code&gt;OLLAMA_ORIGINS&lt;/code&gt; to allow the extension can connect to the server. For more details, read &lt;a href="https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server" rel="noopener noreferrer"&gt;Ollama FAQ&lt;/a&gt;, set the &lt;code&gt;OLLAMA_ORIGINS&lt;/code&gt; to &lt;code&gt;*&lt;/code&gt; or &lt;code&gt;chrome-extension://*&lt;/code&gt; or the domain you want to allow.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  💡 Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Code completion and explanation&lt;/li&gt;
&lt;li&gt;Documentation generation&lt;/li&gt;
&lt;li&gt;Code review assistance&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔒 Privacy First
&lt;/h2&gt;

&lt;p&gt;Unlike cloud-based AI assistants, Ollamazing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keeps your data on your machine&lt;/li&gt;
&lt;li&gt;Doesn't require an internet connection for inference&lt;/li&gt;
&lt;li&gt;Gives you full control over which model to use&lt;/li&gt;
&lt;li&gt;Allows you to audit the code and know exactly what's happening with your data&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠️ Technical Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Use framework &lt;a href="https://wxt.dev/" rel="noopener noreferrer"&gt;WXT&lt;/a&gt; to build the extension&lt;/li&gt;
&lt;li&gt;Built with React and TypeScript&lt;/li&gt;
&lt;li&gt;Uses Valtio for state management&lt;/li&gt;
&lt;li&gt;Implements TanStack Query for efficient data fetching&lt;/li&gt;
&lt;li&gt;Follows modern web extension best practices&lt;/li&gt;
&lt;li&gt;Utilizes Shadcn/UI for a clean, modern interface&lt;/li&gt;
&lt;li&gt;Use i18n for multi-language support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🤝 Contributing
&lt;/h2&gt;

&lt;p&gt;We welcome contributions! Whether it's:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Adding new features&lt;/li&gt;
&lt;li&gt;Improving documentation&lt;/li&gt;
&lt;li&gt;Reporting bugs&lt;/li&gt;
&lt;li&gt;Suggesting enhancements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out our GitHub repository &lt;a href="https://github.com/buiducnhat/ollamazing" rel="noopener noreferrer"&gt;https://github.com/buiducnhat/ollamazing&lt;/a&gt; to get started!&lt;/p&gt;

&lt;h2&gt;
  
  
  🔮 Future Plans
&lt;/h2&gt;

&lt;p&gt;We're working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enhanced context awareness&lt;/li&gt;
&lt;li&gt;Custom model fine-tuning support&lt;/li&gt;
&lt;li&gt;Improve UI/UX&lt;/li&gt;
&lt;li&gt;Improved performance optimizations&lt;/li&gt;
&lt;li&gt;Additional browser support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It Today!
&lt;/h2&gt;

&lt;p&gt;Ready to experience local AI in your browser? Get started with Ollamazing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chrome web store: &lt;a href="https://chromewebstore.google.com/detail/ollamazing/bfndpdpimcehljfgjdacbpapgbkecahi" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/ollamazing/bfndpdpimcehljfgjdacbpapgbkecahi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub repository: &lt;a href="https://github.com/buiducnhat/ollamazing" rel="noopener noreferrer"&gt;https://github.com/buiducnhat/ollamazing&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Product Hunt: &lt;a href="https://www.producthunt.com/posts/ollamazing" rel="noopener noreferrer"&gt;https://www.producthunt.com/posts/ollamazing&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let me know in the comments if you have any questions or feedback! Have you tried running AI models locally before? What features would you like to see in Ollamazing?&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>webdev</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The most useful VS Code extensions for developer</title>
      <dc:creator>Bùi Đức Nhật</dc:creator>
      <pubDate>Fri, 01 Apr 2022 10:22:43 +0000</pubDate>
      <link>https://dev.to/buiducnhat/the-most-useful-vs-code-extensions-for-developer-412o</link>
      <guid>https://dev.to/buiducnhat/the-most-useful-vs-code-extensions-for-developer-412o</guid>
      <description>&lt;p&gt;Visual Studio Code a.k.a VS Code, released by Microsoft, is one of the most popular open source code editors for developers.&lt;/p&gt;

&lt;p&gt;VS Code helps developers increase productivity in the execution of projects. One of the reasons make VS Code popular is its variety of available extensions in &lt;a href="https://marketplace.visualstudio.com/VSCode" rel="noreferrer noopener"&gt;marketplace&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Today, I am going to list some extensions that I usually use.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: The below extensions are useful for the most developers in any field, not just for Web App or Embedded developers. So in the future I will have other articles about extensions suitable for specific areas.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;They are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitLens&lt;/li&gt;
&lt;li&gt;Visual Studio IntelliCode&lt;/li&gt;
&lt;li&gt;Project Manager&lt;/li&gt;
&lt;li&gt;vscode-icons&lt;/li&gt;
&lt;li&gt;Bracket Pair Colorizer 2&lt;/li&gt;
&lt;li&gt;indent-rainbow&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  GitLens
&lt;/h2&gt;

&lt;p&gt;VS Code has already integrated built in &lt;code&gt;git&lt;/code&gt; GUI, it's very helpful for developers because nowaday &lt;code&gt;git&lt;/code&gt; is absolutely necessary for them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fgitkraken%2Fvscode-gitlens%2Fmain%2Fimages%2Fdocs%2Fgitlens-logo-anybg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fgitkraken%2Fvscode-gitlens%2Fmain%2Fimages%2Fdocs%2Fgitlens-logo-anybg.png" alt="gitlens-image" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When working with other team members, GitLens is a very good choice with its features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Revision navigation through file history.&lt;/li&gt;
&lt;li&gt;A current line blame annotation at the end of the line showing the commit.&lt;/li&gt;
&lt;li&gt;A status bar blame annotation for the commit and author who last modified the current line.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can find it &lt;a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens" rel="noreferrer noopener"&gt;here&lt;/a&gt; (in Visual Studio Code marketplace).&lt;/p&gt;

&lt;h2&gt;
  
  
  Visual Studio IntelliCode
&lt;/h2&gt;

&lt;p&gt;At the time I write this article, &lt;code&gt;Visual Studio IntelliCode&lt;/code&gt; extension has the 8th most downloads in marketplace. So it became indispensable for developers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgo.microsoft.com%2Ffwlink%2F%3Flinkid%3D2006041" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgo.microsoft.com%2Ffwlink%2F%3Flinkid%3D2006041" alt="visual-studio-intellicode" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This extension helps us writing code quickly by adding a star before the code snippets (it means this code had used very very much before by developers over the world).&lt;/p&gt;

&lt;p&gt;You can install this extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode" rel="noreferrer noopener"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Manager
&lt;/h2&gt;

&lt;p&gt;Normally, each project is a &lt;code&gt;folder/directory&lt;/code&gt; of your OS. Each time you want to open your project, you have to open the corresponding &lt;code&gt;folder/directory&lt;/code&gt; and of course, you have to remember its path.&lt;/p&gt;

&lt;p&gt;When the number of your projects increases, or you save them in a disorganized manner, you usually forget where they locate.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqr0potol8zrcbb85ieyq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqr0potol8zrcbb85ieyq.png" alt="project-manager-image" width="800" height="184"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This problem can be easily solved with &lt;code&gt;Project Manager&lt;/code&gt; extension. You can save your projects like folder/directory or even your workspaces. Your projects will be visible in the side bar like this&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwu3roxoh7336hjc0504e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwu3roxoh7336hjc0504e.png" alt="side-bar" width="372" height="351"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can install this extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager" rel="noreferrer noopener"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  vscode-icons
&lt;/h2&gt;

&lt;p&gt;This extension is just an &lt;code&gt;icon theme&lt;/code&gt; for VS Code. It supplies icon for the folders/directories and files in the explorer sidebar of VS Code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkd7g4yum5bxi30ryb07j.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkd7g4yum5bxi30ryb07j.gif" alt="vscode-icons-image" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are many good choice &lt;code&gt;icon theme&lt;/code&gt; for us at marketplace, the reason why I recommend this because &lt;code&gt;vscode-icons&lt;/code&gt; is the official extension of &lt;code&gt;Microsoft&lt;/code&gt; (who made VS Code).&lt;/p&gt;

&lt;p&gt;You can install this extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons" rel="noreferrer noopener"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Of course, you can easily find out for your favorite themes at marketplace by type &lt;code&gt;icon&lt;/code&gt; into the search input. The next step you just select and install them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bracket Pair Colorizer 2 (deprecated)
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note: This extension is now deprecated and no longer being supported. Instead, this is now a built in feature of &lt;code&gt;VS Code&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Have you ever known about &lt;em&gt;LISP&lt;/em&gt;?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft2rqlzhyl3vcc1snmr98.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft2rqlzhyl3vcc1snmr98.jpg" alt="bracket-hells" width="320" height="180"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When your code block increase too big, you use too many brackets, you difficultly find the rights bracket pairs, this extension will help you.&lt;/p&gt;

&lt;p&gt;Look at this image and you will understand how it works&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvjhbswyw11k0l3g4gvmf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvjhbswyw11k0l3g4gvmf.png" alt="bracket-colorizer-2-image" width="625" height="119"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;del&gt;You can install this extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2" rel="noreferrer noopener"&gt;here&lt;/a&gt;.&lt;/del&gt; (deprecated).&lt;/p&gt;

&lt;p&gt;Now you can enable &lt;code&gt;Black pair colorizer&lt;/code&gt; as a native feature in &lt;code&gt;VS Code&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Just open your &lt;code&gt;settings.json&lt;/code&gt; of your &lt;code&gt;VS Code&lt;/code&gt; and add two following lines:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="err"&gt;...&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="err"&gt;​&lt;/span&gt;&lt;span class="s2"&gt;"editor.bracketPairColorization.enabled"&lt;/span&gt;&lt;span class="err"&gt;​:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;​&lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="err"&gt;​&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="err"&gt;​​&lt;/span&gt;&lt;span class="s2"&gt;"editor.guides.bracketPairs"&lt;/span&gt;&lt;span class="err"&gt;​:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;​&lt;/span&gt;&lt;span class="s2"&gt;"active"&lt;/span&gt;&lt;span class="err"&gt;​&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="err"&gt;...&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  indent-rainbow
&lt;/h2&gt;

&lt;p&gt;Like &lt;code&gt;Bracket Pair Colorizer 2&lt;/code&gt;, &lt;code&gt;indent-rainbow&lt;/code&gt; help us easily when see the code blocks, especially for &lt;code&gt;Python&lt;/code&gt; developer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnf8qpugg3dcsggu9q7h1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnf8qpugg3dcsggu9q7h1.png" alt="indent-rainbow-image" width="525" height="271"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can install this extension &lt;a href="https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow" rel="noreferrer noopener"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: the last both extensions can be customized, you should read their documents at their homepage to continue.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;These are the best extensions for me, and it totally from my opinion, so if you know more helpful extensions, recommend for us!&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
