<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Intellisense on David R. Longnecker - Converting Coffee to Code</title><link>https://drlongnecker.com/tags/intellisense/</link><description>Recent content in Intellisense on David R. Longnecker - Converting Coffee to Code</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 24 Sep 2026 09:00:00 -0600</lastBuildDate><atom:link href="https://drlongnecker.com/tags/intellisense/index.xml" rel="self" type="application/rss+xml"/><item><title>Where'd my Lua Intellisense go?</title><link>https://drlongnecker.com/blog/2026/09/lua-intellisense-disappear-vscode/</link><pubDate>Thu, 24 Sep 2026 09:00:00 -0600</pubDate><guid>https://drlongnecker.com/blog/2026/09/lua-intellisense-disappear-vscode/</guid><description>&lt;p&gt;A few nights ago, I started cleaning up my VSCode workspace file on one of my larger projects. I had an extensive list of &lt;code&gt;search.exclude&lt;/code&gt; entries for various dot folders, logs, and &lt;code&gt;node_modules&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;VSCode let&amp;rsquo;s you glob things together to save time and apply similar rules to brace groups, which is great:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-json" data-lang="json"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#a5d6ff"&gt;&amp;#34;search.exclude&amp;#34;&lt;/span&gt;&lt;span style="color:#f85149"&gt;:&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#7ee787"&gt;&amp;#34;**/{.local, .cache, .github}/**&amp;#34;&lt;/span&gt;: &lt;span style="color:#79c0ff"&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It&amp;rsquo;s a nice shorthand for the same folders and rules you might have in &lt;code&gt;search.exclude&lt;/code&gt;. &lt;code&gt;files.watcherExclude&lt;/code&gt;, &lt;code&gt;files.exclude&lt;/code&gt;, and similar arrays.&lt;/p&gt;</description></item></channel></rss>