90

Consider the image below:

enter image description here

  • How can I configure Resharper's language level for ECMAScript 6?
Jim G.
  • 15,141
  • 22
  • 103
  • 166

2 Answers2

145

In Resharper 2016 this has been renamed to ECMAScript 2015. It's available under

Resharper Options | Code Editing | Javascript | Inspections

enter image description here

Damian Green
  • 6,895
  • 2
  • 31
  • 43
  • 2
    my problem here is that this is seemingly across all projects... my situation involves different levels for different projects. anyone know how to set this on a project basis? – MrTristan Mar 10 '17 at 16:22
  • Yes, get a different machine for each project. That should work. You should post that as a separate question, but I think there is probably an answer somewhere already. – AL - Lil Hunk Dec 05 '17 at 14:27
  • 10
    *get a different machine for each project*? Really? That's ridiculous. – zwcloud May 31 '18 at 07:31
  • 2
    @MrTristan may have figured it out by now, but for completeness this can be set per project using Resharper->Manage options and pick the project team-shared level. – Oskar Berggren Sep 13 '18 at 20:43
6

ReSharper 9.2 uses ECMAScript version specified in Project Properties | Typescript Build | ECMAScript version. enter image description here

Alexander Kurakin
  • 13,373
  • 2
  • 33
  • 29