Skip to content

Tags: chaoyi/lsp-mode

Tags

8.0.0

Toggle 8.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ericdallo Eric Dallo
CHANGELOG

7.0.1

Toggle 7.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ericdallo Eric Dallo
Bump version

7.0

Toggle 7.0's commit message
Prepare 7.0 release

6.3.1

Toggle 6.3.1's commit message
Bump version to 6.3.1

- see emacs-lsp#1636

6.3

Toggle 6.3's commit message
do not look back on the first position in the line

6.2.1

Toggle 6.2.1's commit message
Revert flymake dependency due to 25.1 breakage

Fixes emacs-lsp#1225

6.2

Toggle 6.2's commit message
Update changelog

6.1

Toggle 6.1's commit message
Bump release

6.0

Toggle 6.0's commit message
Prepare 6.0 release

- Fix typos in the README
- extended changelog

5.0

Toggle 5.0's commit message
Refactor eldoc (emacs-lsp#448)

* 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