Martin Kourim
1a01ffddbe
Make sure signature_help and completion get properly disabled ( #875 )
...
* Make sure signature_help and completion get properly disabled
* Rename teardown -> _disable
Co-authored-by: Prabir Shrestha <mail@prabir.me >
2020-08-26 12:45:10 -07:00
Prabir Shrestha
32fae1f0e9
use allowlist and blocklist instead ( #847 )
...
* use allowlist and blocklist instead
* add lsp#get_allowed_servers()
2020-06-26 16:13:09 -07:00
Fujiwara Takuya
52539a54ae
Show diagnostics in a floating window ( #700 )
...
* fix comment
* fix indent
* support diagnostics in a floating window
* doc: add g:lsp_diagnostics_float_{cursor,delay}
* fix vint errors except unused variables
* suppress vint unused variable errors
* lint: use robust operator
2020-02-10 01:44:05 +09:00
mattn
bf8d206eca
Cache signature_help_trigger_chars ( #696 )
...
* Cache signature_help_trigger_chars
* Move code to the part which updating init_results.
* Tweaking delay for signature help
* Disable warning of unused-variables
2020-01-31 00:31:53 +09:00
hrsh7th
fef60795ec
Improve signature help with lexima.vim ( #638 )
...
* Improve signature help with lexima.vim
* Fix buffer change problem
* Display signature help after cursor jumped
* Fix event
* Add _ prefix for inner functions
2020-01-04 09:17:03 -08:00
prabirshrestha
13c439051c
do not echo Retrieving signature help
2020-01-02 20:13:58 -08:00
hrsh7th
60a1d58b77
Fix #512 ( #514 )
2019-09-19 16:37:48 -07:00
hrsh7th
b68bc8ba35
Highlight active parameter in signatureHelp ( #497 )
...
* Highlight active parameter in signatureHelp
* Support `[number, number]` form of parameter label.
* Support parameter's documentation.
* Fix extracting parameter label
2019-09-10 15:54:45 +02:00
Thomas Faingnaert
d7e644c2a7
Nicer syntax highlighting for hover ( #441 )
...
* Implement syntax highlighting for hover
* Fix signatureHelp
2019-09-08 11:26:22 -07:00
mattn
96579bd0b3
Signature help ( #479 )
...
* Add signatureHelp
* Use <buffer>
* Check lsp_use_trigger_characters_for_signature_help
* Rename to lsp_signature_help_enabled
* Use InsertCharPre
* Add abort
* Check documentation exists
2019-08-31 13:08:56 -07:00