<?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: Wayne Blackmon</title>
    <description>The latest articles on DEV Community by Wayne Blackmon (@wayne_blackmon).</description>
    <link>https://dev.to/wayne_blackmon</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1930372%2F55cf47a9-a28e-4c62-83ae-20a494628bd2.png</url>
      <title>DEV Community: Wayne Blackmon</title>
      <link>https://dev.to/wayne_blackmon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wayne_blackmon"/>
    <language>en</language>
    <item>
      <title>How to: Enable IntelliSense for Azure Cosmos DB Stored Procedures in VS Code</title>
      <dc:creator>Wayne Blackmon</dc:creator>
      <pubDate>Thu, 02 Jul 2026 19:57:33 +0000</pubDate>
      <link>https://dev.to/wayne_blackmon/how-to-enable-intellisense-for-azure-cosmos-db-stored-procedures-in-vs-code-4o3i</link>
      <guid>https://dev.to/wayne_blackmon/how-to-enable-intellisense-for-azure-cosmos-db-stored-procedures-in-vs-code-4o3i</guid>
      <description>&lt;h1&gt;
  
  
  Cosmos DB Stored Procedures Finally Have IntelliSense — Introducing Cosmos DB Toolkit
&lt;/h1&gt;

&lt;p&gt;Azure Cosmos DB is powerful, but writing &lt;strong&gt;stored procedures, triggers, and UDFs&lt;/strong&gt; has always been painful. The server-side JavaScript environment has almost no tooling support:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No IntelliSense
&lt;/li&gt;
&lt;li&gt;No type definitions
&lt;/li&gt;
&lt;li&gt;No scaffolding
&lt;/li&gt;
&lt;li&gt;No inline documentation
&lt;/li&gt;
&lt;li&gt;No guidance for continuation tokens or bulk operations
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;Cosmos DB Toolkit&lt;/strong&gt;, a VS Code extension that gives Cosmos DB developers a modern, productive authoring experience.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 What the extension provides
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Full IntelliSense for Cosmos DB server-side APIs&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Autocomplete and inline docs for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;getContext()&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;getCollection()&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Request/response objects
&lt;/li&gt;
&lt;li&gt;Continuation tokens
&lt;/li&gt;
&lt;li&gt;Bulk operations
&lt;/li&gt;
&lt;li&gt;Query callbacks
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Metadata-driven type definitions&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;The extension models Cosmos DB’s actual server-side JS runtime, giving you strong typing where none existed before.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Snippets for real-world patterns&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Bulk ingestion loops
&lt;/li&gt;
&lt;li&gt;Continuation-aware queries
&lt;/li&gt;
&lt;li&gt;Error handling
&lt;/li&gt;
&lt;li&gt;Response shaping
&lt;/li&gt;
&lt;li&gt;Transactional logic
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Scaffolding commands&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Generate stored procedures, triggers, and UDFs with consistent structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Why this matters
&lt;/h2&gt;

&lt;p&gt;Cosmos DB’s server-side JS is extremely useful for transactional logic, bulk operations, and performance-sensitive workloads — but the lack of tooling has held it back.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cosmos DB Toolkit removes that barrier.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🔗 Try it out
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;VS Code Marketplace:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=wayne-blackmon.cosmosdb-toolkit" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=wayne-blackmon.cosmosdb-toolkit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/wayne-blackmon/cosmosdb-toolkit" rel="noopener noreferrer"&gt;https://github.com/wayne-blackmon/cosmosdb-toolkit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you work with Cosmos DB, I’d love your feedback or feature requests.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>cosmosdb</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
