返回 Skill 列表
extension
分类: 开发与工程无需 API Key

"windsurf-code-completion"

配置和优化Supercomplete代码建议。当用户提到“代码补全”、“自动完成”、“supercomplete”、“内联建议”或“AI补全”时激活。处理补全配置和优化。在使用windsurf代码补全功能时使用。通过诸如“windsurf代码补全”、“windsurf补全”、“windsurf”等短语触发。

person作者: jakexiaohubgithub

Windsurf Code Completion

Overview

This skill enables configuration and optimization of Windsurf's Supercomplete AI-powered code completion. Supercomplete provides intelligent, context-aware suggestions that go beyond traditional autocomplete. It understands your codebase patterns, follows your conventions, and can complete multi-line blocks of code. Proper configuration ensures relevant, fast suggestions that match your coding style.

Prerequisites

  • Windsurf IDE installed and running
  • Active Cascade AI subscription
  • Project with code to analyze
  • Understanding of coding patterns in project
  • Language server enabled for target languages

Instructions

  1. Configure Trigger Behavior
  2. Set Up Language-Specific Options
  3. Create Custom Snippets
  4. Optimize Performance
  5. Personalize Experience

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Configured completion preferences
  • Language-specific settings
  • Custom snippet library
  • Optimized completion experience

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources