question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visual Studio compatible formatter

See original GitHub issue

Using eslint v1.10.3.

We would like to run eslint from within Visual Studio and be able to double click on the reported issues. The report should look something like folder\filename.js(123,56): [Warning] here goes the message (rule-name) Actually, Visual Studio cares about the part up to the colon, the format of the message is arbitrary.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
rileytbcommented, Jan 19, 2018

Well, shoot. I feel silly. Thanks for bringing that to my attention. I will follow up with them.

1reaction
rhpijnackercommented, Jan 11, 2018

We use this by adding an entry to the Tools/External Tools… UI that just runs eslint. The visualstudio formatter makes sure that we can double click the output.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prettier - Code formatter - Visual Studio Marketplace
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that...
Read more >
Options, Text Editor, C/C++, Formatting - Visual Studio ...
This page has options for formatting statements and blocks as you type them. The page also has options for configuring support for ClangFormat...
Read more >
C# editor formatting options - Visual Studio (Windows)
Use the Formatting options page and its subpages (Indentation, New Lines, Spacing, and Wrapping) to set options for formatting code in the code ......
Read more >
ClangFormat Support in Visual Studio 2017 - C++ Team Blog
By default, Visual Studio will use any existing ClangFormat file in your source tree for formatting operations. To turn this off, you can ......
Read more >
Code formatting - Visual Studio for Mac | Microsoft Learn
Matching closing braces can be added automatically to code when creating new classes, methods, or properties. When this option is selected, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found