You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
Basic scaffolding and registration of required classes
Refactor racer parsing to be reusable
Parse doc comments for arguments
Parse signature for signature portion to highlight
Commit it all
Eliminate 'extra' markdown syntax from doc comments?
Remove parsed arguments sections from signature help since it's displayed per-param anyways?
Add generic params to arguments list?
Bugs:
Only match exact identifiers, not subsections
Match single character identifiers
Keep quickinfo up until e.g. the final ) is typed
Transition between current parameters when navigating with arrows
Transition between current parameters when typing ,
Filter signatures returned by racer to only match the exact identifier, not longer substrings
(maybe a reason to parse racer.exe's PREFIX ... messages?)
Performance issues due to complete lack of cached racer info
Preview;
The text was updated successfully, but these errors were encountered:
Related: PistonDevelopers#287
Branch: https://github.com/MaulingMonkey/VisualRust/tree/sighelp
Signature Help Provider
Bugs:
)
is typed,
(maybe a reason to parse racer.exe's
PREFIX ...
messages?)Preview;
The text was updated successfully, but these errors were encountered: