Chapter 7: Meet the Completion Menu

Chapter Overview

Part IV: IDE Features | Tips 33-38

Understanding Vim’s completion architecture.

Tips in This Chapter

Tip Title Mastered

33

Understand the Completion Menu

[ ]

34

Use the completeopt Setting

[ ]

35

Select from the Completion Menu

[ ]

Key Concepts

Completion menu behavior and configuration.

completeopt Settings

Option Effect

menu

Show popup menu

menuone

Show even with one match

noselect

Don’t auto-select first

noinsert

Don’t auto-insert text

preview

Show preview window

Commands Learned

Command Description Notes

Practice

Commands I tried while reading:

" (Add commands you practiced)

My Setup: nvim-cmp

The book discusses native completion. I use nvim-cmp:

-- nvim-cmp handles this automatically
-- but understanding native behavior helps

Questions

Things I want to explore further.

Chapter Complete

  • Read entire chapter

  • Understood completeopt

  • Compared with nvim-cmp

Date completed: _