]> Sergey Matveev's repositories - vim-lsp.git/shortlog
vim-lsp.git
2022-11-24 Yegappan LakshmananUpdate documentation
2022-11-24 Yegappan LakshmananShow the language server capabilities in a scratch...
2022-11-24 Yegappan LakshmananFix test failure
2022-11-24 Yegappan LakshmananThe prefix characters used in the call hierarchy tree...
2022-11-24 Yegappan LakshmananAdd support for browsing the call hierarchy tree.
2022-11-20 Yegappan LakshmananAdjust the symbol popup window attributes
2022-11-20 Yegappan LakshmananUse a popup window instead of the preview window to...
2022-11-20 Yegappan LakshmananWhen jumping to a LSP location, retrieve the file name...
2022-11-20 Yegappan LakshmananAdd support for displaying type hiearchy in a popup...
2022-11-18 Yegappan LakshmananMerge pull request #115 from Shane-XB-Qian/pr_completio...
2022-11-18 Yegappan LakshmananMerge pull request #114 from Shane-XB-Qian/pr_workspace...
2022-11-18 shane.xb.qianfix: change to method calling style
2022-11-17 shane.xb.qianfix: check citem type and make sure it is dict
2022-11-17 shane.xb.qianfix: item of completionItem/resolve perhaps is null
2022-11-17 shane.xb.qianfeat: make workspace/workspaceFolders really work and...
2022-11-16 Yegappan LakshmananAddress a few FIXMEs
2022-11-15 Yegappan LakshmananModify LspOptionsGet() to return a copy of the plugin...
2022-11-15 Yegappan LakshmananMerge pull request #106 from Shane-XB-Qian/pr_access_ls...
2022-11-15 shane.xb.qianreturn entire lsp options instead of specific one
2022-11-15 shane.xb.qianupd 'LspOptionsGet' doc
2022-11-15 shane.xb.qianadding 'OptionsGet' func
2022-11-15 Yegappan LakshmananUse the method calling convention for builtin functions...
2022-11-15 Yegappan LakshmananMerge pull request #112 from Shane-XB-Qian/pr_correct_c...
2022-11-15 shane.xb.qianfix: compl item maybe is 'string'!
2022-11-14 Yegappan LakshmananMerge pull request #111 from Shane-XB-Qian/pr_tiny_corr...
2022-11-14 shane.xb.qianfix: tiny correction
2022-11-14 Yegappan LakshmananMerge pull request #110 from Shane-XB-Qian/pr_reply_may...
2022-11-14 shane.xb.qianadding err msg when/if reply no result
2022-11-14 Yegappan LakshmananMerge pull request #109 from Shane-XB-Qian/pr_mkd_break...
2022-11-14 Yegappan LakshmananMerge pull request #107 from Shane-XB-Qian/pr_chk_item_...
2022-11-14 shane.xb.qianfix: somehow 'reply' may not have 'result' (or not...
2022-11-14 shane.xb.qianfix: the markdown break line maybe ugly
2022-11-14 shane.xb.qianfix: should check type of complete_item.doc
2022-11-13 Yegappan LakshmananMinor optimization in omni-completion
2022-11-13 Yegappan LakshmananMerge pull request #105 from techntools/fix/key-check
2022-11-13 Santosh BandichodeCheck for dict type before checking for keys
2022-11-13 Yegappan LakshmananMove completed related functions to the completion...
2022-11-13 Yegappan LakshmananMerge pull request #104 from rcasta74/lspmarkdown
2022-11-12 Roberto CastagnolaUse markdown parser with hover popup
2022-11-12 Roberto CastagnolaAdd markdown parser
2022-11-12 Yegappan LakshmananRemove debug message
2022-11-12 Yegappan LakshmananSimplify the check for server capabilities
2022-11-11 Yegappan LakshmananMerge pull request #101 from Shane-XB-Qian/pr_correct_t...
2022-11-11 shane.xb.qiangit ignore test/results.txt and test/Xtest.{c,cpp}
2022-11-11 shane.xb.qianfix: correct/refine run test sh script
2022-11-11 Yegappan LakshmananAdd support for specifying a range to the LspCodeAction...
2022-11-11 Yegappan LakshmananStop running the tests if clangd is not ready
2022-11-11 Yegappan LakshmananMerge pull request #102 from Shane-XB-Qian/pr_ci_clangd_14
2022-11-11 shane.xb.qianci: complacence with clangd-14 and more robust code
2022-11-11 shane.xb.qianci: install clangd-14 complacence with ubuntu ver
2022-11-11 shane.xb.qianfix: (test case) try to specific ubuntu version complia...
2022-11-09 Yegappan LakshmananMerge pull request #100 from Shane-XB-Qian/pr_chk_of_di...
2022-11-09 shane.xb.qianfix: correct the 'didSave' check
2022-11-09 Yegappan LakshmananUpdate the client capabilities. Correctly check for...
2022-11-07 Yegappan LakshmananMerge pull request #99 from Shane-XB-Qian/pr_codeaction...
2022-11-07 shane.xb.qianfeat: make code action popup can be selected by item...
2022-11-06 Yegappan LakshmananAdding lsp servers through VimEnter autocmd with Plug...
2022-11-06 Yegappan LakshmananEmpty options dict for completionProvider in server...
2022-11-06 Yegappan LakshmananMerge pull request #96 from Shane-XB-Qian/pr_correct_co...
2022-11-06 shane.xb.qianfix: refine code action doc
2022-11-06 Yegappan LakshmananAdd support for adding custom handlers for LSP code...
2022-11-03 Yegappan LakshmananSupport command modifiers for LspGotoDefinition, LspGot...
2022-11-02 Yegappan LakshmananWhen peeking a symbol definition, declaration, etc...
2022-10-31 Yegappan LakshmananMerge pull request #93 from atgote/autocomplete-with...
2022-10-31 Yegappan LakshmananMerge pull request #94 from atgote/main
2022-10-31 Andrei TihonovschiinitializationOptions and doc corrections
2022-10-31 Andrei TihonovschiAdd CompleteDone handler to execute text edits
2022-10-31 Yegappan LakshmananSimplify code by adding a function for send notifications
2022-10-30 Yegappan LakshmananMerge pull request #90 from atgote/main
2022-10-30 atgoteMerge branch 'yegappan:main' into main
2022-10-30 Yegappan LakshmananAdd support for snippet completion. Tested using the...
2022-10-30 Andrei TihonovschiCorrect HandleCodeAction behavior for CodeAction
2022-10-30 Yegappan LakshmananUse autocmd_add() function to add autocmds
2022-10-29 Yegappan LakshmananUse callback functions for async RPC requests to simpli...
2022-10-28 Yegappan LakshmananSnipper support is set to true for completion matches...
2022-10-28 Yegappan LakshmananMerge pull request #89 from rcasta74/tracelog
2022-10-28 Roberto CastagnolaAdd sent messages to TraceLog
2022-10-28 Yegappan LakshmananUpdate the sign text used for diags
2022-10-28 Yegappan LakshmananAdd an async RPC function with a callback function...
2022-10-28 Yegappan LakshmananWhen displaying the diag popup, validate the line numbe...
2022-10-27 Yegappan LakshmananInvoke the LspDiagsUpdated user-autocmd after the diags...
2022-10-27 Yegappan LakshmananMerge pull request #86 from D4yvid/feat/code-action...
2022-10-27 Yegappan LakshmananUpdate the logic used to jump to a symbol location.
2022-10-27 Yegappan LakshmananMerge pull request #83 from Shane-XB-Qian/pr_kept_using...
2022-10-27 D4yvidCreated a option to use popup menu in code action
2022-10-27 D4yvidRemoved "Print()" method used for debugging
2022-10-27 D4yvidCreate custom popup for code action and added a option...
2022-10-26 shane.xb.qianclarify the comment about symbol jump if same buf had...
2022-10-26 Yegappan LakshmananMerge pull request #84 from Shane-XB-Qian/pr_ft_server_...
2022-10-26 shane.xb.qianrename serverStatus to serverRunning
2022-10-26 Yegappan LakshmananMerge pull request #85 from D4yvid/fix/fix-newlines...
2022-10-26 DayvidUpdate handlers.vim
2022-10-26 D4yvidFix new lines in completion popup and in the completion...
2022-10-26 Yegappan LakshmananIn the plugin source files, set the tabstop option...
2022-10-26 Yegappan LakshmananAdd a function to use with the 'tagfunc' option to...
2022-10-26 Yegappan LakshmananMerge pull request #82 from Shane-XB-Qian/pr_lspsign_tr...
2022-10-26 Yegappan LakshmananUse a popup window by default to display the diag messa...
2022-10-26 Yegappan LakshmananMerge pull request #81 from D4yvid/feat/diag-in-popup
2022-10-26 D4yvidUpdate autoload/lsp/options.vim
2022-10-26 shane.xb.qianfeat: add LspServerStatus(ft) func to detect ft lsp...
next