Skip to content

Commit 3da7e33

Browse files
authored
Update vscode.mdx
1 parent e7c1d00 commit 3da7e33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/editor-plugins/vscode.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VS Code Extension & VSIX Installation
22

3-
Bring Codeflash directly into your editor with the Visual Studio Code extension. The extension surfaces optimization suggestions inline, lets you run targeted fixes, and keeps the CLI workflow close at hand with more visual experience in editor.
3+
Bring Codeflash directly into your editor with the Visual Studio Code extension. The extension surfaces optimization suggestions inline, and keeps the CLI workflow close at hand with more visual experience in editor.
44

55
## Requirements
66

@@ -28,13 +28,13 @@ Some environments—Cursor, Windows without Marketplace access, or air-gapped ma
2828
3. Choose the downloaded `codeflash-*.vsix` file and restart the editor.
2929

3030
## Initial Setup Checklist
31-
- The complete Setup flow is within extension
31+
- The complete Setup flow is within extension to initialize codeflash LSP server
3232

3333
## Everyday Workflow
3434

35-
- **Inline suggestions:** Optimizable functions display a “# optimize” hint above the function definition. And once optimized they will show a comment where you can click it to preview and apply improvements.
36-
- **Sidebar overview:** Use the Codeflash panel to review queued, in-progress, and completed optimizations.
37-
- **Targeted runs:** Trigger “Optimize Changed Functions” from the extension to focus on recent edits.
35+
- **Inline suggestions:** Optimizable functions display a “optimize” hint above the function definition. And once optimized they will show a comment where you can click it to preview and apply improvements.
36+
- **Sidebar overview:** Use the Codeflash panel to review queued, inprogress, and completed optimizations.
37+
- **Targeted runs:** Trigger “Optimize Changed Functions” from the extension to focus on recent uncommited edits.
3838
- **Pair with CLI:** For batch workflows (`codeflash --all`), you can still run the CLI. The extension will pick up the results when you return to the editor.
3939

4040
## Troubleshooting

0 commit comments

Comments
 (0)