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

The encoding can be detected windows by an additional call to `chcp`: ```TypeScript import { execSync } from 'child_process' /** * Sets or gets the code page. * * @param...

Issue Type: Bug 1. Open up a c++ file 2. Write bad code 3. ??? 4. No profit because no red squiggly line Extension version: 0.2.2 VS Code version: Code...

This extension appears to be using the `workspace.rootPath` API. This is a deprecated property and may not work as expected. Please use `workspaceFolders` instead. More info: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpath https://github.com/microsoft/vscode/issues/69335

I have this extension installed alongside the C/C++ extension, which gives me loads of language specific functionality. Unfortunately though, it means that Go To Definition seems to come up with...

I install it on vscode. every time i F12 to jump to the function defination, it results a sudden increase of ram, sometiems until the death of vscode. Can u...

Issue Type: Bug I have multiple definitions for a function prototype in my project, one of which I want to exclude from the search. I have added that file to...

Mingw-w64 converts between Posix and Windows paths for inputs but not for outputs, so using its version of global.exe results in paths that look like `/c/path/to/file` rather than `C:/path/to/file`. VSCode...

I set this key 'C_Cpp.intelliSenseEngine' to 'Default',APP crash. Process: Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin [12406] Path: /Users/USER/*/Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin Identifier: Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin Version: 0 Code Type: X86-64 (Native) Parent Process: Microsoft.VSCode.CPP.Extension.darwin [12375] Responsible: Microsoft.VSCode.CPP.IntelliSense.Msvc.darwin [12406] User ID:...

e.g., ` global -xsa m_mapKeyIndex `

- VSCode Version: 1.29.1 - OS Version: OSX 10.13.6 Steps to Reproduce: 1. Coding c++ source file in VSCode. Below is the `top` sorted by CPU usage. ![image](https://user-images.githubusercontent.com/3956357/49351614-3c0e8000-f6ef-11e8-9e13-d239bffb4a30.png) I think...