Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.0.1] - 2025-12-04

* set preview to false
* change plugin icon

## [1.0.0] - 2022-12-01

Added

* return "global -xsa" as result if no reference is found
* register plugin for java file

## [0.3.5] - 2021-06-12

Fixed
Expand Down Expand Up @@ -136,4 +148,4 @@ Revised

Added

* Initial release
* Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C/C++ GNU Global
Provide Intellisense for C/C++ using [GNU Global](https://www.gnu.org/software/global/).

This extension is forked/rewriten from [C/C++ Intellisense](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) and is still preliminary. If you encounter any problems, please go to [Github Issues](https://github.com/jaycetyle/vscode-gnu-global/issues/) for issue report and feature request.
This extension is forked/rewriten from [C/C++ Intellisense](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) and is still preliminary. If you encounter any problems, please go to [Github Issues](https://github.com/barretren/vscode-gnu-global/issues/) for issue report and feature request.

## Usage
* This extension requires GNU Global (>=6.5). You can download the binary from [Global website](https://www.gnu.org/software/global/download.html).
Expand Down Expand Up @@ -96,6 +96,6 @@ GNU global doesn't do any AST parsing, so the auto completion doesn't understand
## Resources
GNU Global: https://www.gnu.org/software/global/

Repository: https://github.com/jaycetyle/vscode-gnu-global/
Repository: https://github.com/barretren/vscode-gnu-global/

**Enjoy!**
Loading