<?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: Namit Arora</title>
    <description>The latest articles on DEV Community by Namit Arora (@blazestorm).</description>
    <link>https://dev.to/blazestorm</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%2F2438341%2Fb66edf8a-3d74-4bb6-b94e-35cee84c4b93.png</url>
      <title>DEV Community: Namit Arora</title>
      <link>https://dev.to/blazestorm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blazestorm"/>
    <language>en</language>
    <item>
      <title>Take Control of VSCode Tabs with Tabby: The Ultimate Tab Manager!</title>
      <dc:creator>Namit Arora</dc:creator>
      <pubDate>Fri, 15 Nov 2024 17:12:01 +0000</pubDate>
      <link>https://dev.to/blazestorm/take-control-of-vscode-tabs-with-tabby-the-ultimate-tab-manager-2lan</link>
      <guid>https://dev.to/blazestorm/take-control-of-vscode-tabs-with-tabby-the-ultimate-tab-manager-2lan</guid>
      <description>&lt;p&gt;Hello, fellow developers!&lt;br&gt;&lt;br&gt;
I’m excited to introduce &lt;a href="https://marketplace.visualstudio.com/items?itemName=NamitArora.tabby-tab-manager&amp;amp;ssr=false" rel="noopener noreferrer"&gt;Tabby&lt;/a&gt;, my very first VSCode extension, designed to help you manage, close, and restore tabs efficiently.&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%2F4fztozfz295tqveqk0ek.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%2F4fztozfz295tqveqk0ek.gif" alt="gif" width="800" height="184"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Tab Mode (F10 Activation)&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;One-key shortcuts for tab management.&lt;/li&gt;
&lt;li&gt;Close tabs (&lt;code&gt;w&lt;/code&gt;), navigate between them (&lt;code&gt;j&lt;/code&gt;/&lt;code&gt;k&lt;/code&gt;), reorder tabs (&lt;code&gt;a&lt;/code&gt;/&lt;code&gt;d&lt;/code&gt;), and even jump directly to a specific tab by index (1-9).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Powerful Filtering Options&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Hit &lt;code&gt;f&lt;/code&gt; in Tab Mode or use the command &lt;code&gt;Tabby: Filter Tabs in Active Tab Group&lt;/code&gt; to filter tabs based on:

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Wildcard Patterns&lt;/strong&gt;: &lt;code&gt;*&lt;/code&gt; for any sequence, &lt;code&gt;_&lt;/code&gt; for a single character.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Path-Based Filter&lt;/strong&gt;: &lt;code&gt;?myfolder&lt;/code&gt; keeps tabs matching a specific folder path.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Index-Based Filters&lt;/strong&gt;: Single index (e.g., &lt;code&gt;1&lt;/code&gt;), ranges (e.g., &lt;code&gt;3:5&lt;/code&gt;), and more.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Filenames containing only numbers&lt;/strong&gt;: &lt;code&gt;\123&lt;/code&gt; for files named "123".&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Combined Filtering&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Mix and match filters! For example: &lt;code&gt;*.py, 1:4, \123, ?myfolder&lt;/code&gt; will keep all &lt;code&gt;.py&lt;/code&gt; files, tabs in the 1-4 range, the file &lt;code&gt;123&lt;/code&gt;, and files in &lt;code&gt;myfolder&lt;/code&gt; open.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tab History&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Quickly restore closed tabs by pressing &lt;code&gt;h&lt;/code&gt; in Tab Mode or run&lt;code&gt;Tabby: Open Tabs from History&lt;/code&gt;. Also view your closed tabs from the 'Tab History' in the File Explorer View.&lt;/li&gt;
&lt;li&gt;Press u in Tab Mode to undo restore tabs closed recently (works only for tabs closed/filtered using Tabby).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It’s my first extension, so all suggestions and constructive feedback are greatly appreciated!&lt;br&gt;&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=NamitArora.tabby-tab-manager&amp;amp;ssr=false" rel="noopener noreferrer"&gt;Download Tabby from Marketplace&lt;/a&gt;.&lt;/p&gt;

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