Skip to content

Local Development Tools

Workspace Manager workspaces are designed to integrate seamlessly with your local development tools. This section covers various methods for connecting your preferred IDEs, editors, and tools to remote workspaces.

You can connect to Workspace Manager workspaces using:

  • JetBrains IDEs - IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains products
  • Visual Studio Code - Using the Remote-SSH extension
  • File Synchronization - Automatically sync files with rsync
  • Port Forwarding - Access workspace services from your local machine

Before connecting local tools, ensure you have:

  1. SSH access configured (see SSH documentation)
  2. Your SSH keys properly set up in your WSM profile
  3. Access to the project containing the workspace
  4. The workspace is running

Each connection method has its own advantages:

  • IDE Remote Development - Full IDE features with remote execution
  • File Sync - Work locally with automatic synchronization
  • Port Forwarding - Access web services and databases running in workspaces

Choose the method that best fits your workflow and development needs.

Explore the specific guides for your preferred development tool: