code-gnu-global
code-gnu-global copied to clipboard
Provide Intellisense for C/C++ with the help of the GNU Global tool in Visual Studio Code
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 
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. 
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....