estruyf / vscode-front-matter

Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...

Home Page:https://frontmatter.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Integrate GitHub Copilot to generate suggestions for the text and taxonomy field

estruyf opened this issue · comments

Now that VS Code allows you to integrate GitHub Copilot into your extensions, it is time to start integrating GitHub Copilot in the text and taxonomy fields to provide suggestions.

  • Integrate in new article title suggestion
  • Integrate into description suggestion
  • Integrate in taxonomy field suggestion
  • Add settings: frontMatter.copilot.family
  • Check to allow GitHub Copilot settings on a field (text) with the prompt. That way, users can define which fields they want to be AI enabled.
  • Check if GitHub Copilot is installed - only show the action when the extension is installed
  • temp check if you are running the insider version
  • Documentation
    • https://frontmatter.codes/docs/settings/overview#frontmatter.copilot.family

Released in version v10.3.0.