Skip to content

Commit

Permalink
fixed images
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Jan 9, 2025
1 parent 38c08e4 commit 953b785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions reference/extending/code-editors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code Editors
# Choosing a Code Editor

vvvv doesn't include an editor for editing C# code. Instead you can choose your own. Here are some suggestions:

Expand All @@ -8,15 +8,15 @@ vvvv doesn't include an editor for editing C# code. Instead you can choose your

During installation make sure to check the ".NET desktop development" workload.

![](2025-01-09-15-55-23.png)
![](../../images/reference/extending/vs-workload.png)

## Visual Studio Code

[Visual Studio Code](https://code.visualstudio.com/)

After installation make sure to install the "C# Dev Kit" extension.

![](2025-01-09-15-56-53.png)
![](../../images/reference/extending/vsc-extension.png)

## JetBrains Rider

Expand Down

0 comments on commit 953b785

Please sign in to comment.