<?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: Syed Shoebuddin</title>
    <description>The latest articles on Forem by Syed Shoebuddin (@shoeb_uddin944).</description>
    <link>https://forem.com/shoeb_uddin944</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%2F1765520%2F60b82a48-2e3c-451a-a61b-a3a53323f0b5.jpeg</url>
      <title>Forem: Syed Shoebuddin</title>
      <link>https://forem.com/shoeb_uddin944</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shoeb_uddin944"/>
    <language>en</language>
    <item>
      <title>Adding Auto complete Feature in Terminal of VS code</title>
      <dc:creator>Syed Shoebuddin</dc:creator>
      <pubDate>Thu, 11 Jul 2024 11:40:56 +0000</pubDate>
      <link>https://forem.com/shoeb_uddin944/adding-auto-complete-feature-in-terminal-of-vs-code-5gmp</link>
      <guid>https://forem.com/shoeb_uddin944/adding-auto-complete-feature-in-terminal-of-vs-code-5gmp</guid>
      <description>&lt;h2&gt;
  
  
  Get &lt;strong&gt;previously&lt;/strong&gt; and &lt;strong&gt;frequently&lt;/strong&gt; typed commands in your &lt;strong&gt;VS code Terminal&lt;/strong&gt;.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Follow these Below Steps to automate your &lt;strong&gt;Terminal&lt;/strong&gt;-
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Set your default terminal for your vs code as &lt;strong&gt;Powershell&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Now if it's not working it's because of that warning when we start our new powershell-
&lt;code&gt;Warning: PowerShell detected that you might be using a screen reader and has disabled PSReadLine for compatibility purposes. If you want to re-enable it, run 'Import-Module PSReadLine'.&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Due to this disabled 'PSReadline' your autocomplete is not working.&lt;/li&gt;
&lt;li&gt;Now,  run this below command in your &lt;strong&gt;vs code Powershell Terminal&lt;/strong&gt;-
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Import-Module PSReadLine
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  This should Definitely solve your problem, if not feel free to correct me.
&lt;/h2&gt;

</description>
      <category>webdev</category>
      <category>vscode</category>
      <category>terminal</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
