microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.45k stars 28.62k forks source link

Unable to see intellisense on C/C++ file. #6499

Closed sumonto closed 8 years ago

sumonto commented 8 years ago

Steps to Reproduce:

  1. Create a .cpp or .c file
  2. type printf() or cout <<
  3. Expected to see intellisense but none.
weinand commented 8 years ago

@sumonto VS Code has no builtin functionality for C/C++ intellisense. What extension did you install for C/C++ support? If you have a C/C++ extension installed but it does not show intellisense please file a bug against that extension.

sumonto commented 8 years ago

I am using C/C++ Complete from Microsoft on OS X

Date: Wed, 18 May 2016 13:17:49 -0700 From: notifications@github.com To: vscode@noreply.github.com CC: sg1000@hotmail.com; mention@noreply.github.com Subject: Re: [Microsoft/vscode] Unable to see intellisense on C/C++ file. (#6499)

@sumonto VS Code has no builtin functionality for C/C++ intellisense. What extension did you install for C/C++ support?

If you have a C/C++ extension installed but it does not show intellisense please file a bug against that extension.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub