mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
references heuristic
parent
1051145ce3
commit
ad99236a5d
1
FAQ.md
1
FAQ.md
@ -156,6 +156,7 @@ For reference, read [Valloric/ycmd#892](https://github.com/Valloric/ycmd/issues/
|
|||||||
* <code><kbd>#include <iostream></kbd></code> lists all `#include` lines in the project pointing to the included file
|
* <code><kbd>#include <iostream></kbd></code> lists all `#include` lines in the project pointing to the included file
|
||||||
* <code><kbd>[](){}</kbd></code> lists all(?) lambda expressions thanks to implicit `std::function` move constructor
|
* <code><kbd>[](){}</kbd></code> lists all(?) lambda expressions thanks to implicit `std::function` move constructor
|
||||||
* <code>extern int <kbd>a</kbd>;</code> If `ReferenceContext.includeDeclaration` is true, the definition and declarations are also listed.
|
* <code>extern int <kbd>a</kbd>;</code> If `ReferenceContext.includeDeclaration` is true, the definition and declarations are also listed.
|
||||||
|
* If no references is found but the point is on the first line, list `#include` lines referencing current file.
|
||||||
|
|
||||||
### `$ccls/base`
|
### `$ccls/base`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user