Skip to content

Commit d082311

Browse files
authored
Merge pull request json-schema-org#11 from citizenmatt/patch-1
Adding ReSharper to the Editors section
2 parents 7286d97 + ea71096 commit d082311

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
@@ -198,12 +198,13 @@ <h3>JavaScript</h3>
198198
</div>
199199

200200
<div class="show-hide" data-target="editors-list"></div>
201-
<h2>Editors (2)</h2>
201+
<h2>Editors (3)</h2>
202202
<div class="block" id="editors-list">
203203
<h3>Integration</h3>
204204
<ul>
205205
<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>
206-
<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>
206+
<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>
207+
<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>
207208
</ul>
208209
</div>
209210

0 commit comments

Comments
 (0)