Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 122191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:05:23+00:00 2026-05-11T04:05:23+00:00

I want Vim ‘s completion menu to work more like the one in Visual

  • 0

I want Vim‘s completion menu to work more like the one in Visual Studio. I want to be able to write the start of a variable (or something which completion is available), hit the omni-completion keys and get the completion menu. Now I want the completion menu to highlight the best match but not add it to the buffer. Now I want to be able to either hit ENTER to input the selected element or enter more letters to filter the completion menu even more (possibly highlighting a new item in the completion menu) and then hit enter to insert.

The wiki page/tips at http://vim.wikia.com/wiki/Make_Vim_completion_popup_menu_work_just_like_in_an_IDE is supposed to do this but I can’t get it to work. Has someone else tried the code from that tip and made it work as I describe?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:05:23+00:00Added an answer on May 11, 2026 at 4:05 am

    The referenced wiki page contained broken mappings. A user (Spiiph) changed the Vim code to something that looked better to him, but was not right. I reversed the changes he made and now the inoremap statements should work.

    To avoid confusion these are IMHO the right commands:

    inoremap <expr> <c-n> pumvisible() ? '\<lt>c-n>' : '\<lt>c-n>\<lt>c-r>=pumvisible() ? \'\\<lt>down>\' : \'\'\<lt>cr>' inoremap <expr> <m-;> pumvisible() ? '\<lt>c-n>' : '\<lt>c-x>\<lt>c-o>\<lt>c-n>\<lt>c-p>\<lt>c-r>=pumvisible() ? \'\\<lt>down>\' : \'\'\<lt>cr>' 

    PS: When it comes to using Vim’s completion feature I found the SuperTab script very convenient. Maybe this script is also interesting for you in this context…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use Vim's quickfix features with the output from Visual Studio's devenv
In VIM, I want to execute a command (like :!mkdir src/main/scala/xxx ) Then, I
I do not want to install another plugin, like pylint.vim, And today, I decide
Vimcasts is fantastic, and I want more educational, vim-related feeds and podcasts but am
Using Vim I often want to replace a block of code with a block
When using gdb and Vim, often I want to stop on a particular line.
I am using VIM in Windows. The problem is that I want to use
Want my FireFox at work to be in sync with my FireFox at my
I want to assign the decimal variable "trans" to the double variable "this.Opacity". decimal
I want Vim to reuse the currently existing instance if it exists. Usually, Vim

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.