<?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: Daniel Morgan</title>
    <description>The latest articles on DEV Community by Daniel Morgan (@daniel_morgan_23).</description>
    <link>https://dev.to/daniel_morgan_23</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%2F3791148%2Fe2cabe34-7f53-49d1-9a99-0d1464ac66ca.png</url>
      <title>DEV Community: Daniel Morgan</title>
      <link>https://dev.to/daniel_morgan_23</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/daniel_morgan_23"/>
    <language>en</language>
    <item>
      <title>Accessibility Checks Inside IntelliSense? I Tried Something Interesting</title>
      <dc:creator>Daniel Morgan</dc:creator>
      <pubDate>Fri, 13 Mar 2026 08:29:10 +0000</pubDate>
      <link>https://dev.to/daniel_morgan_23/do-any-vs-code-extensions-suggest-accessibility-fixes-while-coding-i2i</link>
      <guid>https://dev.to/daniel_morgan_23/do-any-vs-code-extensions-suggest-accessibility-fixes-while-coding-i2i</guid>
      <description>&lt;p&gt;I was exploring ways to catch accessibility issues earlier in development and found an extension for Visual Studio Code that extends IntelliSense with accessibility suggestions.&lt;/p&gt;

&lt;p&gt;It recommends things like missing &lt;strong&gt;attributes, ARIA roles,&lt;/strong&gt; and other &lt;strong&gt;accessibility best practices&lt;/strong&gt; as you type. &lt;/p&gt;

&lt;p&gt;The extension is called &lt;a href="https://www.barrierbreak.com/a11yinspect-vs-code-extension/" rel="noopener noreferrer"&gt;A11yInspect&lt;/a&gt;, and it basically makes IntelliSense accessibility aware. &lt;/p&gt;

&lt;p&gt;I thought that was an interesting approach because as we all know accessibility issues often show up much later during testing. &lt;/p&gt;

&lt;p&gt;Do developers here rely on extensions like this, or do you mostly handle accessibility during QA or audits?&lt;/p&gt;

&lt;h1&gt;
  
  
  devtools #vscode #webdev #accessibility
&lt;/h1&gt;

</description>
      <category>a11y</category>
      <category>discuss</category>
      <category>tooling</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
