You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or, install using the [VS Code Marketplace website](https://marketplace.visualstudio.com/items?itemName=felix-andreas.roughly).
97
+
Install the extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=felix-andreas.roughly).
97
98
98
99
> [!NOTE]
99
100
> 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.
@@ -135,42 +135,43 @@ You can customize the Roughly extension in VS Code through the following setting
135
135
136
136
You can access Roughly-specific commands in VS Code via the Command Palette (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>):
137
137
138
-
-**Roughly: Start/Stop/Restart Server**
139
138
-**Roughly: Open logs**
139
+
-**Roughly: Start/Stop/Restart Server**
140
+
-**Roughly: Format workspace** (⚠️ missing)
141
+
-**Roughly: Show syntax tree** (⚠️ missing)
140
142
141
143
## RStudio Integration
142
144
143
145
Roughly can be used as an external formatter in RStudio. See the [RStudio setup guide](https://roughly.felixandreas.me/getting-started/#rstudio-formatter-only) for detailed instructions.
144
146
145
147
## Configuration
146
148
147
-
You can configure roughly via a project-specific `roughly.toml` file:
149
+
You can configure Roughly via a project-specific `roughly.toml` file:
148
150
149
151
```toml
150
152
[format]
151
-
#number of spaces per indentation level
153
+
#Number of spaces per indentation level
152
154
indent-width = 4
153
-
#automatically detect the appropriate line ending
155
+
#Automatically detect the appropriate line ending
154
156
line-ending = "auto"# "lf" or "cr-lf"
155
157
156
158
[lint]
157
-
#control the naming convention for variables and parameters
159
+
#Control the naming convention for variables and parameters
158
160
naming-style = "snake_case"# or "camelCase", omit to disable this lint entirely
159
161
```
160
162
161
163
## Experimental Features
162
164
163
165
Roughly includes several experimental features that can be enabled in the VS Code extension settings or via the CLI:
0 commit comments