EasyClangComplete icon indicating copy to clipboard operation
EasyClangComplete copied to clipboard

:boom: Robust C/C++ code completion for Sublime Text 3/4

Results 29 EasyClangComplete issues
Sort by recently updated
recently updated
newest added

Hello again ! And again, thank you for making this plugin, it has been of great use to me. There were a couple of bugs with the mdpopup hover-doc feature...

[c_cpp_properties.json](https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference) supports vscode variables such as `${workspaceFolder}`. However, this must be translated to something that LLVM can understand. I propose a small enhancement to the `CCppProperties` class where ECC will...

enhancement
help-wanted
wontfix

probably related to: #705 and #706? UPD: added some more new completion triggers # System info: # - Sublime Text version: `Version 3.2.2, Build 3211` - Which system are you...

enhancement
wontfix
discussion

Compiler: clang-cl 10.0.0 Sublime: 3.2.2 Os: windows I have encountered a bug with clang-cl toolset on windows. ECC complains about an unknown flag `-x c` when trying to use clang-cl...

wontfix

Seems that sometimes the active view is still None. So we obsessively check for that. Close #745

wontfix

When accessing members of an object (through a pointer), it's much faster and more convenient to simply write the ` . ` operator and have it automatically converted into a...

enhancement
help-wanted
wontfix
good-first-issue

# System info: # - Sublime Text version: `3.2.2 (Build 3211)` - Which system are you on: `macOS Catalina 10.15.7` - Clang version: `Apple clang version 11.0.3 (clang-1103.0.32.62)` # What...

wontfix
discussion

# System info: # - Sublime Text version: 3.2.2, Build 3211 - Which system are you on: Windows 10 - Clang version: 11 # What happens: # I have both...

bug
help-wanted
wontfix
Windows

As of now, when setting up the plugin without CMake one needs to specify the needed flags. It might help the new users if there were simple examples to follow.

wontfix
documentation-unclear

Before we would only clean cmake cache and that operation would regularly fail due to a bug in the code. This PR allows to clear all internal cache including the...