File browser
The file browser can be accessed from the Code tab of the sidebar. You can browse any files in the project, including files ignored by the.gitignore file.
We have future enhancements planned for the file browser, such as recursive search through file names, recursive search through file contents, etc.
Code editor
The code editor will appear when you click a file from the file browser. The code editor uses Monaco Editor, which is the same underlying editor that VS Code uses. The code editor will use the theme that you’ve specified in Settings → Appearance → Code Block Themes. Currently, the code editor allows you to edit a file and click the save button in the top right corner. However, for future versions, we’re planning enhancements that will align it more with state-of-the-art code editors like VS Code, Windsurf, Cursor, Antigravity, etc.- Complete LSP auto-complete.
- LLM-driven code auto-complete.
- Next Edit Suggestions (NES) using providers like GitHub Copilot, Windsurf, Zed, etc.