cursor-tab-completion

Featured

Master Cursor Tab autocomplete, ghost text, and AI code suggestions. Triggers on "cursor completion", "cursor tab", "cursor suggestions", "cursor autocomplete", "cursor ghost text", "cursor copilot".

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cursor Tab Completion Master Cursor's AI-powered Tab completion system. Tab uses a specialized Cursor model trained for inline code prediction -- it learns from your accept/reject behavior to improve over time. ## How Tab Works 1. You type code in the editor 2. Cursor's model predicts what comes next based on: current file, open tabs, recent edits, project rules 3. Ghost text (gray text) appears inline 4. You decide: **Tab** to accept, **Esc** to dismiss ``` // You type: function validateEmail(email: string) // Ghost text appears: function validateEmail(email: string): boolean { const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; ← gray ghost text return emailRegex.test(email); } ``` ## Key Bindings | Action | macOS | Windows/Linux | |--------|-------|---------------| | Accept full suggestion | `Tab` | `Tab` | | Accept word-by-word | `Cmd+→` | `Ctrl+→` | | Dismiss suggestion | `Esc` | `Esc` | | Force trigger | `Ctrl+Space` | `Ctrl+Space` | **Word-by-word acceptance** (`Cmd+→`) is powerful for partial suggestions. If the AI suggests a complete function but you only want the signature, accept word-by-word until you have what you need, then type your own body. ## Tab Completion Settings Access via `Cursor Settings` > `Tab`: | Setting | Purpose | Recommendation | |---------|---------|----------------| | Tab Completion | Master on/off toggle | Keep enabled | | Trigger in comments | Generate comment text | Disable for less noise | | Accept suggestion keybinding | R...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

cursor-keybindings

Master Cursor keyboard shortcuts and customize keybindings for AI features and editor commands. Triggers on "cursor shortcuts", "cursor keybindings", "cursor keyboard", "cursor hotkeys", "cursor commands", "Cmd+K", "Cmd+L", "Cmd+I".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-hello-world

Create your first project using Cursor AI features: Tab, Chat, Composer, and Inline Edit. Triggers on "cursor hello world", "first cursor project", "cursor getting started", "try cursor ai", "cursor basics", "cursor tutorial".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-ai-chat

Master Cursor AI Chat with @-mentions, inline edit, and conversation patterns. Triggers on "cursor chat", "cursor ai chat", "ask cursor", "cursor conversation", "chat with cursor", "Cmd+L", "inline edit".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-common-errors

Troubleshoot common Cursor IDE errors: authentication, completion, indexing, API, and performance issues. Triggers on "cursor error", "cursor not working", "cursor issue", "cursor problem", "fix cursor", "cursor crash".

2,274 Updated today
jeremylongshore
Code & Development Featured

cursor-git-integration

Integrate Git workflows with Cursor IDE: AI commit messages, @Git context, diff review, and conflict resolution. Triggers on "cursor git", "git in cursor", "cursor version control", "cursor commit", "cursor branch", "@Git".

2,274 Updated today
jeremylongshore