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

Roughly

Felix Andreas

|
5 installs
| (2) | 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 already includes a bundled version of the Roughly CLI, so you don't need to install the CLI separately.

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:

  • Specify a custom binary path to use your own version of Roughly instead of the bundled one:
  "roughly.path": "/path/to/roughly"
  • Pass additional arguments to the language server, e.g., to enable experimental features:
  "roughly.args": ["server", "--experimental"]

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