forked from emacs-lsp/lsp-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement deferred semantic highlighting
Naively implement deferred semantic highlighting whether or not this goes out of sync with the buffer contents largely depends on server behavior (though a server that aggressively minimizes semantic highlighting responses shouldn't cause severe performance issues with immediate highlighting anyway). This code is definitely untidy and possibly full of bugs Fix typo Fix several deferred highlighting bugs Don't autorepeat deferred-semhl idle timer Be less aggressive about deleting old overlays Document semantic highlighting options, rename... ...lsp-semantic-highlighting-window-size to lsp-semantic-highlighting-context-lines Tweak semantic hl debouncing logic
- Loading branch information
1 parent
676aa05
commit 76fe399
Showing
1 changed file
with
128 additions
and
10 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