DEV Community

EDICON
EDICON

Posted on

2 1

Use Copilot in VSCode Neovim

Set Neovim mode in VSCode

Set Copilot in VSCode

Usages

  • First suggestion

    • o/i(Insert Mode) --> tab/tab(Select)
  • Choosing alternate suggestions

    • o/i(Insert Mode) --> tab/space --> alt-[/] --> tab
  • Getting more suggestions

    • o/i(Insert Mode) --> tab/space --> ctrl-Enter --> Accept Solution

Examples

  • Create a sample file of typescript
function calculateDaysBetweenDate(begin, end) {<tab>

function calculateDaysBetweenDate(begin, end) {
  <tab>
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay