All notable changes to this project will be documented in this file.
- Silence errors during occurrences detection process to make sure that type display is not affected by merlin failures.
- Fix bad customization for
merlin-eldoc-type-verbosity
. - Print a message when jumping between occurrences.
- Fix bug when no type is available (@Wilfred #26)
- Add
merlin-eldoc-jump-to-{prev,next}-occurrence
functions.
- Don’t display anything when the point is in an area marked as an error by merlin.
- Handle
eldoc-echo-area-use-multiline-p
and add new settings to configure number of lines for type and doc. - Provide hint of expected type and labels when applying a function.
- Highlight occurrences of value at point.
- Add configuration for type verbosity (same as calling multiple times
merlin-type-enclosing
on one value).
- Support reason comment syntax when showing documentation.
- Better display of documentation when it is wrapped in one line.
- Fix detection of valid position (handles spaces in strings, skip comments and documentation).
- Filter documentation when it is an error message from merlin.
- Basic version working with
eldoc-mode
. - Provides type of symbol at point.