Fangrui Song
|
bd4482df5e
|
GetDefinitionSpellingOfSymbol: optional -> Maybe
|
2018-02-10 00:19:17 -08:00 |
|
Fangrui Song
|
50cf05763b
|
Query* structs: QueryLocation -> Reference
|
2018-02-09 17:50:47 -08:00 |
|
Fangrui Song
|
82b429bfbc
|
QueryLocation -> Reference
|
2018-02-08 21:26:34 -08:00 |
|
Fangrui Song
|
ce6f1c7294
|
QueryDatabase::{detailed_names,short_names} -> GetSymbol{DetailedName,ShortName}
|
2018-02-01 18:15:22 -08:00 |
|
Fangrui Song
|
642975ea17
|
Reflect string_view and fix workspace/symbol
|
2018-02-01 13:48:41 -08:00 |
|
Fangrui Song
|
8108de0cfa
|
Change short_names/detailed_names from const std::string& to std::string_view
|
2018-01-31 19:53:50 -08:00 |
|
Fangrui Song
|
c36eda70f9
|
Rename SubstringMatch to SubsequenceMatch and use it to pre-filter completion items
Fix #321
|
2018-01-20 13:15:43 -08:00 |
|
Fangrui Song
|
0e2b2cfb0c
|
Switch to {Request,Notification}Message
|
2018-01-19 00:56:09 -08:00 |
|
Jacob Dufault
|
54394ed868
|
Format
|
2018-01-10 18:43:01 -08:00 |
|
Jacob Dufault
|
74c75ad0d1
|
Do not sort workspace symbols in vscode.
vscode assumes the order does not change.
|
2018-01-07 13:08:48 -08:00 |
|
Jacob Dufault
|
0657de7ef9
|
Make exact workspace symbol search use detailed_name.
This enables lookup by typing fully qualified names, ie, myns::MyClass.
|
2018-01-05 10:06:15 -08:00 |
|
Jacob Dufault
|
c596e55dcc
|
Cleanup some includes.
|
2017-12-29 12:00:52 -06:00 |
|
Jacob Dufault
|
b8e7a5bcb3
|
Format code
|
2017-12-27 07:54:46 -08:00 |
|
Fangrui Song
|
6a8537c2bf
|
Handle function references in templates. fix #174 (#184)
|
2017-12-24 10:27:17 -08:00 |
|
Fangrui Song
|
cdcf75ac84
|
Raise maxWorkspaceSearchResults to 500 and sort results even if the max number has been reached
|
2017-12-23 22:49:45 -08:00 |
|
Fangrui Song
|
b52ec9070c
|
[workspace/symbol] Use short_name for sorting and detailed_name for displaying results
|
2017-12-23 21:27:01 -08:00 |
|
Fangrui Song
|
24f428c670
|
[workspace/symbol] Sort candidates with a fuzzy matching algorithm (#182)
|
2017-12-23 19:23:29 -08:00 |
|
Jacob Dufault
|
f6d84cd68c
|
Merge IpcManager and QueueManager
|
2017-12-23 16:25:18 -08:00 |
|
Jacob Dufault
|
fb491e6c6d
|
Format using clang format 4.0.0
|
2017-12-23 08:33:26 -08:00 |
|
Jacob Dufault
|
a7d1c6917f
|
Report detailed name for workspace symbol search.
This fixes vscode filtering which fixes qualified name global symbol search.
|
2017-12-18 21:31:19 -08:00 |
|
Jacob Dufault
|
12bfabf9c2
|
No more NonElidedVector
|
2017-12-11 21:20:29 -08:00 |
|
Jacob Dufault
|
7a5eb3c4d5
|
Move src/messages/*.cc to anonymous namespace
|
2017-12-05 21:03:38 -08:00 |
|
Jacob Dufault
|
b65a30c3f7
|
Move Ipc_* types into messages/
|
2017-12-05 20:41:44 -08:00 |
|
Jacob Dufault
|
b441a90e0d
|
Finish migrating to messages/
|
2017-12-05 19:46:36 -08:00 |
|