Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Autocomplete C/C++ declerationsNew to Visual Studio Code? Get it now.
Autocomplete C/C++ declerations

Autocomplete C/C++ declerations

jordan petak

|
449 installs
| (0) | Free
autocomplete-c-cpp-declerations use . to see the magic, visit github repo for more information!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto Complete Declerations! C/C++

x

a fork of SteveveSevetS's project:

 the purpose of the fork was to expand the extension so that it is useful in large scale C++/C  projects as well as add my own things to it.
 a lot of source changes has been made and new features are present.

New Features :

Auto Completion suggestion Rework:

  ✔️ namespaces, structs, classes, enum classes and enums have been added!
    ✔️ namespaces and data structures are now added onto method/function completions.
      
    
 Trigger key Auto Completion algorithm:

      ✔️ Auto Completion no longer restricted to single .cpp files where int main is present
      it works across all files now.

      ✔️ Auto Completion now works in headers so that it is ussful in header implementation and
      header only code.

      ✔️ Auto Completion removes suggestions from already defined functions and methods.
      


  
  

Fork Fixes and changes :

- namespace issue, 
- trigger key "." annoyance wont disturb you when you are accessing members of structs/classes.
- parser algorithm now avoids running through defined code inside of functions and just looks for declerations.

contribute to this repo through pull requests or report issues over here

VSCode Marketplace

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft