Specify actions

This commit is contained in:
Aleksey Kladov 2020-05-31 09:45:41 +02:00
parent c116171879
commit f593393ebb
7 changed files with 64 additions and 17 deletions

View file

@ -6,7 +6,7 @@ use ra_syntax::{algo::find_node_at_offset, ast, AstNode};
use crate::{display::ToNav, FilePosition, NavigationTarget, RangeInfo};
// Feature: Go To Implementation
// Feature: Go to Implementation
//
// Navigates to the impl block of structs, enums or traits. Also implemented as a code lens.
//