A Visual Studio Code alternative for the web, with all the same features and capabilities.
- Explorer Panel: Click the folder icon in the activity bar (left sidebar) to view and manage your files
- Create New Files: Click the + button in the Files panel to add new files
- Open Files: Click on any file in the explorer to open it in the editor
- Tabs: Open multiple files simultaneously with tab support
- Syntax Highlighting: Automatic syntax highlighting for various file types
- Auto-completion: Smart code completion while you type
- Activity Bar: The leftmost panel with icons for Explorer, Search, Extensions, and Settings
- Sidebar: Main content area that shows different panels based on your selection
- Editor Area: Central area where you write your code with tab support
- Terminal: Access the integrated terminal via the status bar button
- Global Search: Use the search panel (magnifying glass icon) to find text across all files
- Find in File: Use Ctrl+F (Cmd+F on Mac) to search within the current file
- Ctrl+P (Cmd+P): Quick file open
- Ctrl+S (Cmd+S): Save file
- Ctrl+F (Cmd+F): Find in current file
- Ctrl+Shift+P (Cmd+Shift+P): Open command palette
- Click the Terminal button in the status bar to toggle the integrated terminal
- Run commands, build your project, or manage dependencies
- Browse and install extensions to enhance your coding experience
- Language support, themes, and productivity tools
- Use the Command Palette: Quick access to all editor commands
- Master Keyboard Shortcuts: Speed up your workflow significantly
- Organize with Folders: Keep your project structure clean and logical
- Use Multiple Tabs: Work on several files simultaneously
- Leverage Search: Quickly find and replace across your entire project
Codetabs supports syntax highlighting and features for:
- HTML, CSS, JavaScript
- TypeScript, JSX, TSX
- JSON, XML, YAML
- Markdown
- And many more!
Happy coding! 🚀