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

  • SEARCH
  • Home
  • 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 6068749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:44:54+00:00 2026-05-23T09:44:54+00:00

I just installed omnicomplete plugin, does it support header auto completion? When I typed

  • 0

I just installed omnicomplete plugin, does it support header auto completion?

When I typed #include <, is it possible to provide a list of header files to complete?

Many thanks!

  • 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. Editorial Team
    Editorial Team
    2026-05-23T09:44:55+00:00Added an answer on May 23, 2026 at 9:44 am

    You can just use the vim autocomplete feature, which was introduced in vim7.

    Just type in first few characters and press Ctrl->P(for backward search) or Ctrl->N(for forward search), vim lists down all options available or completes it.

    And Yes it works even for header files.

    To make this work you should install ctags
    In usr/include add:

    ctags -f ~/.vim/stdtags -R --c++-kinds=+p --fields=+iaS --extra=+q . 
    

    Add this to your .vimrc

        set nocp
        filetype plugin on
        map <C-L> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR><CR>
    
        set tags=~/.vim/stdtags,tags,.tags,../tags
    
        autocmd InsertLeave * if pumvisible() == 0|pclose|endif
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just installed Ghostscript 8.54 for Windows. Does anyone know of the minimum parameters to
I just installed Eclipse with StatET, everything standard, and now my console does not
I just installed Aptana Studio 3 (built on Eclipse), and installed the Subversive-plugin too.
Just installed the upgraded restful_authentication plugin for Rails 3 from https://github.com/Satish/restful-authentication . I'm trying
Just installed the latest SDK for iPhone 2.1. When I go to File ->
Just installed AnkhSVN and I see the equivalent of svn up but I'd prefer
Just installed the SDK and ADK. while updating, it gives the following error: unexpected
Just installed and migrated a 2008 solution on Vista ultimate 64 and .net 4.0.
I just installed Glassfish V2 on my local machine just to play around with
I just installed Ubuntu 8.04 and Eclipse. I made a very simple Hello World

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.