Skip to content

TwoUnderscorez/fakesharpersettings

 
 

Repository files navigation

fakesharpersettings

This extension provides a wrapper for the R# CLI. The CLI executables are available as commands in the command pallette and any command line arguments can be configurable from the VS Code config files.

This extension is a fork of fakesharper

Inspect Code

example

Dupfinder

example

Requirements

  • ReSharper Command Line tool:
    • Download from here.
    • Extract files to any folder.
    • Add folder to environment PATH variable.
    • Check if installed correctly by inspectcode --version command on command line.

Features

  • Inspect Code: Inspecting and linting.
  • Clean Diagnostics: Clean diagnostics on current editor.
  • Clean All Diagnostics: Clean all diagnostics on workspace.
  • Reload Diagnostics: Show diagnostics on editor from all found inspectcode.xml files.
  • Cleanup Code: Format and cleanup code.
  • Run Dupfinder: Find duplicates in code.
  • Clean Duplicates: Clean duplicates tree.

FAQ

Is ReSharper free?

Yes! We use free tool of JetBrains ReSharper called ReSharper Command Line tool for this extension.

Does this extension make Visual Studio Code slower?

No! Currently fakesharpersettings works as command. This extension works only when you run any command.


Thanks

JetBrains for the free awesome ReSharper Command Line tool.

Enjoy!

About

ReSharper features for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%