code-gnu-global icon indicating copy to clipboard operation
code-gnu-global copied to clipboard

Provide Intellisense for C/C++ with the help of the GNU Global tool in Visual Studio Code

Results 57 code-gnu-global issues
Sort by recently updated
recently updated
newest added

I install gnu global v.6.5.4 and install C++ intellisence, but it's not work. I run 'gtags' in folder and get GPATH GRTAGS and GTAGS. What is the problem? utility 'global'...

I install VSCode at Ubuntu 14.04 32 bit, and C++ extension, but C++ intellisense still not work. Did I lost something?

`using msg::MsgSendData; using msg::MsgRecData;` it doesn't work to find other namespace's functions and inline function cannot find??

Launch extension list from vscode and click on License for C++ intellisense. Getting blank page. https://marketplace.visualstudio.com/items/austin.code-gnu-global/license ![image](https://cloud.githubusercontent.com/assets/17735796/14826641/a80234a4-0b93-11e6-8b90-1bdab46bdf18.png)

Wouldn't it be great if code blocks could visually show that it's enclosing #ifdef was false? E.g. if ENC1 was undefined, the complete #ifdef would be greyed out. ![image](https://cloud.githubusercontent.com/assets/1297882/12921286/ca152b24-cf4c-11e5-8516-aa94a7be3086.png)

I'm using the procedure described to add folders and index files external to the project folder as per [2.3 Applied usage](https://www.gnu.org/software/global/globaldoc_toc.html#Applied-usage) in the **GNU GLOBAL Source Code Tag System** tutorial....