Caution: VS Code guides section is a work-in-progress, containing content contributed by students.
Windsurf is an AI assistant that integrates smoothly with Visual Studio Code and serves as a practical alternative to GitHub Copilot, especially for users seeking a free, non-Microsoft solution.
Install
button on the page that opens.Open Visual Studio Code?
and click Open Visual Studio Code
.Install
to install the extension.Login
.Allow
→ Open
.Open Visual Studio Code?
and click Open Visual Studio Code
.Open
.// print Hello World!
inside the main method.Tab
to autocomplete the suggestion.Write a main method that calculates the factorial of N
.Ctrl+I
| Cmd+I
.Enter
.accept
.Windsurf: Refactor
to open a menu with refactoring options.Accept
(// Alt+A
) or Reject
(// Alt+R
) to confirm or dismiss the generated code.Explain
button above a code block to have Windsurf explain it.Contributors: Norbert Loh (@NorbertLoh )