Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ShepLangNew to Visual Studio Code? Get it now.
ShepLang

ShepLang

Golden Sheep AI

| (1) | Free
Language support for ShepLang - An AI-native programming language for describing software products
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ShepLang Logo

ShepLang for VS Code

The first programming language with AI as a built-in verb.

Full language support for ShepLang in VS Code, Windsurf, and Cursor.

Features

Feature Status
✅ Syntax highlighting Complete
✅ Diagnostics Complete
✅ Code completion Complete
✅ Hover information Complete
✅ Go to definition Complete
✅ Find references Complete

What is ShepLang?

ShepLang is an AI-native programming language that compiles to Python, TypeScript, and SQL.

data Ticket {
  message: text (required)
  sentiment: ai("classify as positive, neutral, negative")
}

action EscalateTicket {
  if ai(message, "sounds frustrated") {
    set status = escalated
  }
}

AI is a language primitive — not an import, not a library.

Installation

VS Code / Windsurf / Cursor

Search for "ShepLang" in the Extensions marketplace.

CLI

npm install -g @goldensheepai/shep-cli

Quick Start

# Create new project
shep new my-app

# Or let AI write your program
shep draft "A task manager with priorities"

# Compile
shep compile --input app.shep --output generated

Language Constructs

Construct Purpose
app Program declaration
data Data models
view UI components
action Business logic
task Background jobs
ai() AI primitive

Links

  • GitHub
  • Documentation
  • npm

AI writes the code. You own the vision. 🐑

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft