<?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: Rishabh Gupta</title>
    <description>The latest articles on DEV Community by Rishabh Gupta (@rishab178).</description>
    <link>https://dev.to/rishab178</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%2F1242821%2F59e34a2a-2053-431f-92ff-1edbaaf4cae4.png</url>
      <title>DEV Community: Rishabh Gupta</title>
      <link>https://dev.to/rishab178</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rishab178"/>
    <language>en</language>
    <item>
      <title>Use IntelliJ In Presentation Mode To Increase Focus While Code</title>
      <dc:creator>Rishabh Gupta</dc:creator>
      <pubDate>Wed, 27 Dec 2023 18:22:29 +0000</pubDate>
      <link>https://dev.to/rishab178/use-intellij-in-presentation-mode-to-increase-focus-while-code-18g2</link>
      <guid>https://dev.to/rishab178/use-intellij-in-presentation-mode-to-increase-focus-while-code-18g2</guid>
      <description>&lt;p&gt;Hello, good people! In this article, we will explore how IntelliJ’s Presentation mode can assist us in writing code with less distraction and achieving better focus.&lt;/p&gt;

&lt;p&gt;Let’s begin by examining the default view of IntelliJ that we typically use.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Ffvjdc6mlwhncnxmrsemy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Ffvjdc6mlwhncnxmrsemy.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
Fig-1. Default InteliJ IDE View&lt;/p&gt;

&lt;p&gt;In Fig. 1, we can observe various tabs or components besides the code. These elements are sometimes not even relevant when focusing on code.&lt;/p&gt;

&lt;p&gt;Tabs or menu that are rarely used -&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Title of the project.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Toolbar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Project breadcrumb.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Project Right bar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Project Left Bar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Footer of InteliJ.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now lets look cleaner view with InteliJ Presentation Mode-&lt;br&gt;
&lt;a href="https://media.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%2Fi3u8p1i5te1t1rmmvwh1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fi3u8p1i5te1t1rmmvwh1.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While this may appear to be just a portion of the screen, it actually represents the entire code visible when utilizing presentation mode.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fhy8ex9d24201ast4uf1x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fhy8ex9d24201ast4uf1x.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now one can questions like -&lt;br&gt;
What? Now from where to run app?&lt;br&gt;
where is my project directory?&lt;br&gt;
how to toggle tabs? how to see open tabs?&lt;br&gt;
how to see branch name i am working in?&lt;/p&gt;

&lt;p&gt;So its very simple lets quickly see how can we do that?&lt;/p&gt;

&lt;p&gt;Q. Now from where to run app?&lt;br&gt;
_&lt;br&gt;
Mac : control + r_&lt;/p&gt;

&lt;p&gt;where is my project directory?&lt;/p&gt;

&lt;p&gt;_Mac : commad + 1&lt;br&gt;
_&lt;br&gt;
how to toggle tabs/see open tabs??&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Mac: control + Tab&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;how to see branch name i am working in?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Mac : command + ‘(‘&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Embracing these shortcuts will not only boost your coding speed but also contribute to a more immersive and efficient workflow. Let’s minimize distractions and maximize coding prowess by harnessing the power of IntelliJ IDEA shortcuts.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
