Skip to content
Safi Studio 2 min read

A CRM inside your editor: how it actually works

A VS Code extension can show the customer account you are working on and log activity back to your CRM, without a browser tab. Here is what that takes to build.

A plain building at night, lit by one fluorescent tube above the door.

Quick answers

Can VS Code show Salesforce or HubSpot data?

Yes. A sidebar view can read the account tied to your current branch or ticket over the CRM REST API, and write activity back to it.

What is the hard part of building it?

Deciding which account the engineer is on. The mapping from a branch, ticket or folder to a customer record has to be reliable, or people stop trusting the panel.

VS Code Integrations CRM

Rather talk than read

Tell us what you are building

If this post describes a problem you have, skip ahead. We will scope it.