forked from rust-lang/rls
-
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.
Hover tooltips now extract documentation and declarations from source based on the the file and span information that comes out of the save-analysis. If the save-analysis data is missing (i.e. there is no `Def` available), racer is used as fallback and the `Def` is sythesized from the racer `Match` if one is found. Function and object declarations are formatted using rustfmt and context for local variables is also included in the tooltips. All documentation that is discovered is now post-processed in order to clean up code blocks so that syntax coloring works in in editors that support markdown. The racer fallback can be disabled via the `racer_completion` configuration flag.
- Loading branch information
Showing
90 changed files
with
3,594 additions
and
29 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
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
Oops, something went wrong.