Skip to content

Releases: v3ss0n/goto

Added support for RSpec

26 Aug 20:24
Compare
Choose a tag to compare

The first language customization.

Add Linux key bindings

08 Aug 14:19
Compare
Choose a tag to compare

@RomFouq provided default Linux key bindings:

  • ctrl-r: Goto File Symbol
  • ctrl-shift-r: Goto Project Symbol
  • ctrl-alt-down: Goto Declaration

Added Auto Scroll Option

03 Jun 22:22
Compare
Choose a tag to compare

The Goto File Symbol now scrolls the selected symbol into view in the editor. Pressing Esc will cancel the command and restore the screen to its original position.

This new feature can be disabled by unchecking the Auto Scroll option.

Fix: Directories ignored when building index

08 Aug 14:21
Compare
Choose a tag to compare

A recent change to ignore files with unknown grammars was accidentally applied to directories. This caused files in subdirectories to not be included in project symbols.

1.1.0: More Ignored Names

03 Apr 13:03
Compare
Choose a tag to compare

Added More Ignored Names setting to help speed up indexing. This is a list of names, including filename wildcards (globs), to be excluded from search. This is applied to directories also.

Also added Log To Console to help troubleshoot index issues.