Commit Graph

9 Commits

Author SHA1 Message Date
Fangrui Song
935117af76 Merge query.hh and query_util.hh 2018-12-28 12:35:33 -08:00
Fangrui Song
27201f72d5 codeAction: use codeActionProvider: CodeActionOptions and respect CodeActionParams::range 2018-12-28 12:35:32 -08:00
Fangrui Song
7d0f8989a0 Make DocumentLink::range narrower
Thanks to Riatre #135
2018-12-20 00:28:12 -08:00
Fangrui Song
da31c7d608 hierarchicalDocumentSymbol: support SymbolKind::Function declaration and uniquify by range
Also ensure selectionRange is a subrange of range, otherwise VSCode won't show the item.
Use detailed_name for 'detail'
2018-12-20 00:27:34 -08:00
Fangrui Song
1ab10322ec hierarchicalDocumentSymbol: display member function declarations 2018-12-11 15:04:00 -08:00
Fangrui Song
8a68dfbf8f Remove ls prefix from many LSP interfaces
Rename SymbolKind to Kind & lsSymbolKind to SymbolKind
Use textDocumentSync: TextDocumentSyncOptions
2018-12-11 15:04:00 -08:00
Fangrui Song
7817821959 *.h -> *.hh 2018-12-11 15:04:00 -08:00
Fangrui Song
77e1f354fd Refactor message handler and namespace ccls 2018-12-11 15:03:56 -08:00
Fangrui Song
323d2ec8bf Implement textDocument/documentLink 2018-10-24 20:14:53 -07:00