Skip to main content
Ryan Orban

Ryan Orban

Subject
5 entries

Vscode

Bookmarks

  1. CodeGPT: BYOK AI Coding Agents

    CodeGPT is a BYOK (Bring Your Own Key) AI coding assistant for VS Code and JetBrains IDEs — you supply your own API keys for Claude, Gemini, or others, keeping code under your control. Differentiates on transparency and model flexibility over GitHub Copilot.

  2. Dance: Kakoune-Style Editing for VS Code

    Dance is a VS Code extension that brings Kakoune-style modal editing — selection-first multiple cursors, custom modes, scripting via JavaScript, and pipe/expression support. The option for developers who want Kakoune ergonomics without leaving VS Code.

  3. VS Code Theme Tools

    VSCodeThemes.com is a gallery for previewing Visual Studio Code themes visually before installing — saved alongside VSColors and Nord palette as part of a VS Code theme research session.

  4. Developing Inside a Container with VS Code Remote Development

    VS Code's official documentation for Remote Development with containers — using Docker containers as a full development environment, with VS Code connecting to a containerized shell. Predates GitHub Codespaces, which uses the same devcontainer spec.

  5. Dendron: VS Code Personal Knowledge Management

    Dendron is a VS Code-native personal knowledge management system built around hierarchical note organization with dot-notation (e.g. 'project.backend.api'). It's designed for developers who want their notes to live in their editor with Git-based sync and structured linking.

All bookmarks