Skip to content

Frontend Walkthrough

Joshua Lara edited this page May 25, 2021 · 7 revisions

Landing Page

When starting up VSCode with CodeBae enabled, you will first see the landing page. Here, you can authenticate to the backend with a provisioned API key, manually upload your workspace files to the backend, and toggle if you want your files to be automatically uploaded (whether that be on-save or on extension start).

Success Messages

CodeBae has a variety of success and error messages that appear as VSCode popups.

Multiple Autocomplete Suggestion Example

Once authenticated with the backend, you will begin receiving autocomplete suggestions on any python files that you open in your workspace.

Clone this wiki locally