Skip to content

Commit ea71096

Browse files
committed
Adding ReSharper to the Editors section
Adds a line about ReSharper support for JSON schema to the Editors section.
1 parent 10582ea commit ea71096

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

implementations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,13 @@ <h3>JavaScript</h3>
188188
</div>
189189

190190
<div class="show-hide" data-target="editors-list"></div>
191-
<h2>Editors (2)</h2>
191+
<h2>Editors (3)</h2>
192192
<div class="block" id="editors-list">
193193
<h3>Integration</h3>
194194
<ul>
195195
<li><a id="link-impl-visualstudio" href="http://www.visualstudio.com/">Visual Studio 2013</a> - <em>Auto-completion and tooltips based on JSON schema v3 and v4</em></li>
196-
<li><a id="link-impl-jsonbuddy" href="http://www.json-buddy.com/">JSONBuddy</a> - <em>Grid-style JSON editor and context sensitive entry-helpers based on JSON schema</em></li>
196+
<li><a id="link-impl-jsonbuddy" href="http://www.json-buddy.com/">JSONBuddy</a> - <em>Grid-style JSON editor and context sensitive entry-helpers based on JSON schema</em></li>
197+
<li><a id="link-impl-resharer" href="https://www.jetbrains.com/resharper/">ReSharper 2016.1</a> - <em>code completion, inspections and quick fixes for JSON schema in Visual Studio 2010 - 2015, including support for JSON Path and regular expressions for schema editing</em></li>
197198
</ul>
198199
</div>
199200

0 commit comments

Comments
 (0)