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 |
|---|---|
|
Show popup menu |
|
Show even with one match |
|
Don’t auto-select first |
|
Don’t auto-insert text |
|
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: _