-
-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor eldoc * Rename lsp-symbol-highlight to lsp-document-highlight We should keep consistency with LSP names * Delete lsp-enable-codeaction It does not make sense to update codeAction again and again in eldoc They can add it to lsp-eldoc-hook if they really want the feature * Delete lsp-hover-text-function, lsp-enable-eldoc, lsp-highlight-symbol-at-point in favor of lsp-eldoc-hooks lsp-ui-doc users are not affected. * Add defcustom lsp-eldoc-hook to customize requests to send (default: documentHighlight, hover) * Use add-function instead of setq to set eldoc-documentation-function * Bump to 5.0
- Loading branch information
Showing
2 changed files
with
27 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
;; Author: Vibhav Pant <[email protected]> | ||
;; URL: https://github.com/emacs-lsp/lsp-mode | ||
;; Package-Requires: ((emacs "25.1")) | ||
;; Version: 4.2 | ||
;; Version: 5.0 | ||
|
||
;;; Commentary: | ||
|
||
|