<?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: Vincenzo Chiavetta</title>
    <description>The latest articles on DEV Community by Vincenzo Chiavetta (@en1gma).</description>
    <link>https://dev.to/en1gma</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%2F1328038%2F7cadabf0-9617-4470-80e9-14e30fd190a7.jpeg</url>
      <title>DEV Community: Vincenzo Chiavetta</title>
      <link>https://dev.to/en1gma</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/en1gma"/>
    <language>en</language>
    <item>
      <title>Boost Your JSON Workflow with "JSON Dot Search" for VS Code!</title>
      <dc:creator>Vincenzo Chiavetta</dc:creator>
      <pubDate>Fri, 05 Apr 2024 20:02:14 +0000</pubDate>
      <link>https://dev.to/en1gma/boost-your-json-workflow-with-json-dot-search-for-vs-code-1dp</link>
      <guid>https://dev.to/en1gma/boost-your-json-workflow-with-json-dot-search-for-vs-code-1dp</guid>
      <description>&lt;h2&gt;
  
  
  Do you spend too much time navigating complex JSON files?  Say goodbye to tedious searches and hello to efficiency with "JSON Dot Search"!
&lt;/h2&gt;

&lt;p&gt;This new VS Code extension empowers you to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Effortlessly search JSON files using dot notation strings&lt;/strong&gt;.&lt;br&gt;
Simply type the path of the element you're looking for, and the extension will take you right there. This intuitive approach saves you precious time and streamlines your workflow.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Copy the path of the current JSON element in dot notation&lt;/strong&gt;. No more manually constructing paths – "JSON Dot Search" does the work for you, allowing you to quickly reference elements in your code or documentation.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Key features&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Powerful dot notation search for pinpoint accuracy&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Convenient path copying for streamlined workflows&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Easy installation directly from the VS Code Marketplace&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Download Link: Search for "JSON Dot Search" in the VS Code extensions view or visit the VS Code Marketplace: link to VS Code Marketplace: &lt;a href="https://marketplace.visualstudio.com/items?itemName=VincenzoChiavetta.json-dot-search"&gt;https://marketplace.visualstudio.com/items?itemName=VincenzoChiavetta.json-dot-search&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;P.S. Feel free to share your thoughts and suggestions in the comments below!&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/en1-gma"&gt;
        en1-gma
      &lt;/a&gt; / &lt;a href="https://github.com/en1-gma/json-dot-search"&gt;
        json-dot-search
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;JSON Dot Search VSCode Extension&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Description&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;JSON Dot Search is a Visual Studio Code extension designed to enhance your JSON file editing experience. With its main feature, you can seamlessly search inside a JSON file using a dot notation string. Additionally, it offers a convenient secondary feature allowing you to copy the path, also in dot notation, of the current line of JSON.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dot Notation Search&lt;/strong&gt;: Effortlessly search inside JSON files using dot notation strings. This feature enables quick and precise navigation through JSON structures, improving your productivity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Path Copying&lt;/strong&gt;: Easily copy the path, represented in dot notation, of the current line of JSON. This functionality streamlines your workflow when working with complex JSON files.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Installation&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;You can install the extension by searching for "JSON Dot Search" in the Extensions view of Visual Studio Code or by visiting the &lt;a href="https://marketplace.visualstudio.com/items?itemName=VincenzoChiavetta.json-dot-search" rel="nofollow"&gt;Visual Studio Code Marketplace&lt;/a&gt;.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Usage&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/en1-gma/json-dot-search/assets/usage.gif"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BRUldedf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://github.com/en1-gma/json-dot-search/assets/usage.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Dot Notation&lt;/h3&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/en1-gma/json-dot-search"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>json</category>
    </item>
  </channel>
</rss>
