- Update dependencies (Including security fix)
- Update dependencies
- Fix broken jump
- Remove dependency to tmp
- Refactor
- Add support for tree sitter C/C++ #173
- Improve AST parsing
- Use temporary directory for args
- Fix for args length check
- Change args limit
- Add some tests
- Large Refactoring
- Add workaround for case with many arguments
- Fix AST parsing with ':' in filenames #147
- Add the option to show system headers' documentation #118
- Handle C++ default/optional parameters correctly #121
- Avoid excluding autocomplete-plus suggestions
- Improve performance
- Fix missing require
- Fix buildGoDeclarationCommandArgs
- Fix missing dependency
- Add "autocomplete-clang:go-declaration" command (#92)
- Fix many bugs and improve output (#96, #99, #100)
- Add check for autocomplete-plus minimumWordLength
- Add current directory to include path
- Add support for showing brief documentation comments
- Fix loading std config
- Remove the word 'returns' from right label
- Improve completions to include completions without patterns
- Add -code-completion-macros argument to enable macro completion
- Relax the limit of clang outputs
- Reintroduce config settings
- Improve behavior with semicolon
- Reintroduce "symbol position" with better symbol regex
- Use rightLabel instead of label
- Stop using symbol position to better completions
- Start working with autocomplete-plus! Most of provider code from https://github.com/benogle/autocomplete-clang Copyright (c) 2015 Ben Ogle under MIT license.
- Stop using deprecated transaction API (inline preview feature was disabled)
- Update menu cson
- Update package.json
- Update config settings / solve #44
- Fix emitPch command
- Fix crash with insertion of punctuation / solve #39
- Replace old API (scopesForBufferPosition)
- Fix undefined function in emit-pch
- Update package.json (again) to point out specific version of clang-flags
- Update package.json to fix the installation problem / solve #35, #34
- Merge pull-request #29 to Use tag instead of deprecated class in keymap
- Update APIs (except APIs for transaction)
- Merge pull-request #27 to fixed clang-flags repo.
- Merge pull-request #23 to handle new scope names for C++, Objective-C++
- Update package.json to use forked version of "clang-flags"
- Fix problem that insert completion into wrong position
- Fix problem with multiple cursors
- Add "Igonore Clang Error" option
- Add error handling for the case that clang is not installed
- Improved snippets behavior
- Fix invalid input when auto toggle is disabled
- Fix problem with new rule of transaction (works with Atom 0.147.0)
- Fix problem with objc
- Support latest version of atom
- Support .clang_complete
- Initial Release