Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>RoughlyNew to Visual Studio Code? Get it now.
Roughly

Roughly

Felix Andreas

|
9 installs
| (3) | Free
R language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Roughly

This extension provides support for the R programming language, including workspace symbol search, code formatting, and syntax diagnostics.

Note The VS Code extension from the marketplace includes a bundled version of the Roughly CLI only for Windows and Linux x64. If you are using macOS or a different architecture, you will need to install the Roughly CLI manually.

Features

  • Autocomplete
  • Code Formatting
  • Syntax Diagnostics
  • Workspace Symbol Search

Usage

The extension will automatically start the Roughly language server for R files. You can also use the built-in commands to start, stop, or restart the server, or open logs.

Configuration

You can customize the Roughly extension in VS Code through the following settings:

{
  // Use a custom binary instead of the bundled one
  "roughly.path": "/path/to/roughly",
  // Pass extra arguments to the language server
  "roughly.args": ["server", "--experimental-features", "all"],
}

Highlights

Format Document

Format Document

Workspace Symbol Search Ctrl + T

Workspace Symbol Search

Document Symbol Search Ctrl + Shift + O

Document Symbol Search

Syntax Errors

Syntax Errors

Links

  • 📦 Source Code
  • 📚 Documentation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft