This is a WIP community resource, containing contribution from community members.
If you have not signed up for a Windsurf account, follow the guide in the panel below:
File
→ Settings
→ Plugins
→ Marketplace
.Install
on the plugin developed by Windsurf.Restart IDE
→ Restart
.// 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 )