Fangrui Song
|
5a1ed4c943
|
Support workspace folders
|
2019-01-09 15:17:19 +08:00 |
|
Fangrui Song
|
6ec032c2a0
|
Redesign SymbolRef, Ref, Use
Remove lsLocationEx
|
2018-10-04 17:16:34 -07:00 |
|
Fangrui Song
|
da704521b5
|
Revamp codeLens & codeAction
b.ref: references of bases
d.ref: references of derived
when b.ref > 0, don't display 0 ref or x bases
|
2018-09-30 11:44:24 -07:00 |
|
Fangrui Song
|
f3490a3e6c
|
Add license notice
|
2018-08-20 22:27:52 -07:00 |
|
Fangrui Song
|
8cbb317dc2
|
clang-format
DEF CON 26 CTF
|
2018-08-09 10:13:54 -07:00 |
|
Fangrui Song
|
8fabe3d1ae
|
Replace loguru with a custom logger
|
2018-05-27 15:14:33 -07:00 |
|
Fangrui Song
|
fa9df5bcef
|
Remove variant and clean up
|
2018-04-17 00:12:59 -07:00 |
|
Fangrui Song
|
97b1592475
|
Simplify lsp.h and fix qual_name_offset when SetVarDetail is called on an existing variable
|
2018-04-09 00:31:34 -07:00 |
|
Fangrui Song
|
2a06fb55dd
|
Better definition/references on #include lines
|
2018-04-08 10:25:50 -07:00 |
|
Fangrui Song
|
6e68e9edbd
|
Simplify
|
2018-04-07 21:04:20 -07:00 |
|
Fangrui Song
|
da649891ae
|
Resurrection of ccls
|
2018-03-30 22:02:26 -07:00 |
|
Jacob Dufault
|
7ff4a9aac9
|
ipc.h -> method.h, rename some types
|
2018-03-21 22:01:21 -07:00 |
|
Jacob Dufault
|
cad6dcda0c
|
Remove global list of message ids.
Also do some naming cleanup. Also remove xmacros.
|
2018-03-21 21:05:25 -07:00 |
|
Fangrui Song
|
640f548e7c
|
Use std::index_sequence and std::make_unique
|
2018-03-10 15:57:02 -08:00 |
|
Fangrui Song
|
478e542e8a
|
Move lsSymbolKind to lsp.h
|
2018-03-07 13:20:31 -08:00 |
|
Fangrui Song
|
6815f1312f
|
Add semantic parent to textDocument/references
|
2018-03-06 20:05:32 -08:00 |
|
Fangrui Song
|
0ba8f2a42c
|
Remove atomic_object.h and add workspace/didChangeConfiguration placeholder
|
2018-03-01 18:15:33 -08:00 |
|
Fangrui Song
|
8a427dfa9e
|
Add role to lsLocationEx
|
2018-02-24 21:47:51 -08:00 |
|
Fangrui Song
|
c68548a2ca
|
Remove <regex> from lex_utils.h and separate language_server_api.h
% time clang++ -fsyntax-only -std=c++11 a.cc
<iostream> => 0.35s
<regex> => 0.68s
|
2018-02-23 16:33:48 -08:00 |
|