<?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: Jannatin Naim</title>
    <description>The latest articles on Forem by Jannatin Naim (@jannatinnaim).</description>
    <link>https://forem.com/jannatinnaim</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%2F746302%2Fe6ec4c96-8f7c-40f4-a4c6-c3451a52e15b.png</url>
      <title>Forem: Jannatin Naim</title>
      <link>https://forem.com/jannatinnaim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jannatinnaim"/>
    <language>en</language>
    <item>
      <title>VSCode Extensions You Should Have</title>
      <dc:creator>Jannatin Naim</dc:creator>
      <pubDate>Fri, 15 Jul 2022 22:43:40 +0000</pubDate>
      <link>https://forem.com/jannatinnaim/vscode-extensions-you-should-have-41m</link>
      <guid>https://forem.com/jannatinnaim/vscode-extensions-you-should-have-41m</guid>
      <description>&lt;p&gt;Extensions are a key component of VSCode. They can add so much functionality to this seemingly simple code editor. Here's an exhaustive list of extension that I use in my day to day workflow in VSCode.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-python.python"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get Python language support with linting, debugging, running tests and lots more.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prettier - Code Formatter
&lt;a href="https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Format your JavaScript code according to an opinionated standard or your own.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ESLint
&lt;a href="https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Lint your code to follow a certain code style.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IntelliCode
&lt;a href="https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get intelligent suggestions (not just word auto completion) based on your code.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitLens
&lt;a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Interact with git from VSCode through a powerful UI.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code Run
&lt;a href="https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Run any script you want.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Material Icon Theme
&lt;a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good looking icon theme.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Share
&lt;a href="https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Collaborate with multiple people on the same file.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Path Intellisense
&lt;a href="https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Autocomplete paths in your files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Pull Requests and Issues
&lt;a href="https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Manage GitHub issues and pull requests directly from VSCode.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One Dark Pro
&lt;a href="https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Best color scheme ever made. (#controversial)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ES7+ React/Redux/React-Native snippets
&lt;a href="https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful snippets if you're using React.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EditorConfig
&lt;a href="https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Standardized editor configuration.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code Spell Checker
&lt;a href="https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Never make a spelling mistake ever again.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;markdownlint
&lt;a href="https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Lint markdown files to follow a certain standard.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better Comments
&lt;a href="https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Colorful comments to easily navigate around important parts of the code.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CSS Peek
&lt;a href="https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Go to definition for CSS.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Git Graph
&lt;a href="https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Git log... but cooler.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DotEnv
&lt;a href="https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Highlight dotenv files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Quokka.js
&lt;a href="https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Prototype your JavaScript code.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Peackcock
&lt;a href="https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Distinguish between multiple VSCode instances.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;gitignore
&lt;a href="https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Generate gitignore template.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Version Lens
&lt;a href="https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Manage package versions.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Image Preview
&lt;a href="https://marketplace.visualstudio.com/items?itemName=kisstkondoros.vscode-gutter-preview"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Preview images in the gutter for quick reference.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Error Lens
&lt;a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why have tiny squiggly lines when you can have &lt;strong&gt;chungus&lt;/strong&gt; line highlights.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SCSS IntelliSense
&lt;a href="https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-scss"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Autocompletion for SCSS.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Microsoft Edge Tools for VS Code
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-edgedevtools.vscode-edge-devtools"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Suggest best practices for web development and integrate with Microsoft Edge browser.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Formatting Toggle
&lt;a href="https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Toggle formatting files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Repositories
&lt;a href="https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Browse remote GitHub repositories without cloning them.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Markdown Preview
&lt;a href="https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Have the same markdown previewer as GitHub.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WakaTime
&lt;a href="https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Track your coding time.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sort Lines
&lt;a href="https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sort lines by any order.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Preview
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Preview your HTML files inside VSCode.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code Snap
&lt;a href="https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Take cool screenshots of your code to share around.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lorem ipsum
&lt;a href="https://marketplace.visualstudio.com/items?itemName=Tyriar.lorem-ipsum"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Generate random lorem ipsum text for any file.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Colorize
&lt;a href="https://marketplace.visualstudio.com/items?itemName=kamikillerto.vscode-colorize"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Highlight CSS colors.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fluent Icons
&lt;a href="https://marketplace.visualstudio.com/items?itemName=miguelsolorio.fluent-icons"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cleaner app icons.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;:emojisense:
&lt;a href="https://marketplace.visualstudio.com/items?itemName=bierner.emojisense"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Autocompletion for markdown emojis.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Relative Path
&lt;a href="https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get relative path to any file in the project.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;.ENV Switcher
&lt;a href="https://marketplace.visualstudio.com/items?itemName=EcksDy.env-switcher"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Switch between .env files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;audio-preview
&lt;a href="https://marketplace.visualstudio.com/items?itemName=sukumo28.wav-preview"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Preview audio files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Choose A License
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ultram4rine.vscode-choosealicense"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Generate a license file.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Discord Rich Presence
&lt;a href="https://marketplace.visualstudio.com/items?itemName=LeonardSSH.vscord"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Show off to your friends what you're working on.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Draw.io Integration
&lt;a href="https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;View draw.io files inside VSCode.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Gif Player
&lt;a href="https://marketplace.visualstudio.com/items?itemName=bierner.gif-player"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Preview GIF files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Numbered Bookmarks
&lt;a href="https://marketplace.visualstudio.com/items?itemName=alefragnani.numbered-bookmarks"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Put bookmarks throughout your code.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SCSS Everywhere
&lt;a href="https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Autocompletion for CSS classes.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Thunder Client
&lt;a href="https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Make API requests from VSCode.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Todo Tree
&lt;a href="https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All your TODOs in one place.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;vscode-spotify
&lt;a href="https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.vscode-spotify"&gt;Download&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Control Spotify from VSCode.&lt;/p&gt;

&lt;p&gt;PS: If you speak Bangla you can also check out this &lt;a href="https://youtu.be/J1_rYxfUxPI"&gt;YouTube video&lt;/a&gt; showcasing these settings.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>extensions</category>
      <category>jannatinnaim</category>
    </item>
    <item>
      <title>VSCode Settings You Should Use</title>
      <dc:creator>Jannatin Naim</dc:creator>
      <pubDate>Fri, 15 Jul 2022 22:21:16 +0000</pubDate>
      <link>https://forem.com/jannatinnaim/vscode-settings-you-should-use-3d9o</link>
      <guid>https://forem.com/jannatinnaim/vscode-settings-you-should-use-3d9o</guid>
      <description>&lt;p&gt;Get started with the base settings for using VSCode. It seems like a simple text editor at first and all the noise around "extensions" really drive you away from just how much the editor itself is capable of. Here are some settings to help you use VSCode more effectively in your day to day workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Text Editor
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Bracket Pair Colorization - On&lt;/li&gt;
&lt;li&gt;Guides

&lt;ul&gt;
&lt;li&gt;Bracket Pairs - On&lt;/li&gt;
&lt;li&gt;Bracket Pairs Horizontal - On&lt;/li&gt;
&lt;li&gt;Highlight Active Bracket Pair - On&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Line Height - 1.25&lt;/li&gt;
&lt;li&gt;Linked Editing&lt;/li&gt;
&lt;li&gt;Rulers - 80, 90, 100, 120&lt;/li&gt;
&lt;li&gt;Tab Size - 2&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Cursor
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Cursor Blinking - Solid&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Font
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Font Family - JetBrainsMono Nerd Font, monospace&lt;/li&gt;
&lt;li&gt;Font Ligatures - On&lt;/li&gt;
&lt;li&gt;Font Size - 16&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Formatting
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Format On Paste - On&lt;/li&gt;
&lt;li&gt;Format On Save - On&lt;/li&gt;
&lt;li&gt;Format On Type - On&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Minimap
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Enabled - Off&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Suggestions
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Inline Suggest - On&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Files
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Auto Guess Encoding - On&lt;/li&gt;
&lt;li&gt;Auto Save - On Window Change&lt;/li&gt;
&lt;li&gt;Insert Final Newline - On&lt;/li&gt;
&lt;li&gt;Trim Final Newlines - On&lt;/li&gt;
&lt;li&gt;Trim Trailing Whitespace&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Workbench
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Command Palette History - 0&lt;/li&gt;
&lt;li&gt;Layout Control Enabled - Off&lt;/li&gt;
&lt;li&gt;Startup Editor - None&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Appearance
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Tips - Off&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Editor Management
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Highlight Modified Tabs&lt;/li&gt;
&lt;li&gt;Untitled Hint - Hidden&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Settings Editor
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Editor - JSON&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Window
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Dialog Style - Custom&lt;/li&gt;
&lt;li&gt;Title Bar Style - custom&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Search
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Show Line Numbers - On&lt;/li&gt;
&lt;li&gt;Smart Case - On&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Debug
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Console

&lt;ul&gt;
&lt;li&gt;Font Size - 16&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Terminal
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Integrated

&lt;ul&gt;
&lt;li&gt;Cursor Blinking - Off&lt;/li&gt;
&lt;li&gt;Enable Persistent Sessions - Off&lt;/li&gt;
&lt;li&gt;Font Size - 16&lt;/li&gt;
&lt;li&gt;Mac Option Is Meta - On&lt;/li&gt;
&lt;li&gt;Shell Integration - On&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Application
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Telemetry
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Telemetry Level - Off&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Security
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Workspace
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Trust

&lt;ul&gt;
&lt;li&gt;Untrusted Files - Open&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Extensions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  CSS Language Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;CSS

&lt;ul&gt;
&lt;li&gt;Completion&lt;/li&gt;
&lt;li&gt;Complete Property With Semicolon - Off&lt;/li&gt;
&lt;li&gt;Format&lt;/li&gt;
&lt;li&gt;Space Around Selector Separator - Off&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;SCSS

&lt;ul&gt;
&lt;li&gt;Completion&lt;/li&gt;
&lt;li&gt;Complete Property With Semicolon - Off&lt;/li&gt;
&lt;li&gt;Format&lt;/li&gt;
&lt;li&gt;Space Around Selector Separator - Off&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Git
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;AutoFetch - All&lt;/li&gt;
&lt;li&gt;Confirm Sync - Off&lt;/li&gt;
&lt;li&gt;Enable Smart Commit - On&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can get the &lt;a href="https://github.com/JannatinNaim/YouTube/blob/main/Videos/1CtLETYekPU/data/settings.json"&gt;JSON file from here.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS: If you speak Bangla you can also check out this &lt;a href="https://youtu.be/1CtLETYekPU"&gt;YouTube video&lt;/a&gt; showcasing these settings.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>settings</category>
      <category>jannatinnaim</category>
    </item>
  </channel>
</rss>
