Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 1.19 KB

Change Log

All notable changes to the "goto-next-member" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.1] - 2018-04-23

Added

  • Feature to navigate to previous member
  • Feature to navigate to next member

[0.0.2] - 2018-04-24

Changed

  • Updated README

[0.0.3] - 2018-10-18

Changed

  • Updated packages to address npm security vulnerabily
  • Using DocumentSymbolProvider

Fixed

  • Fixing issue where I forgot to walk the entire symbol tree.

[0.0.4] - 2019-1-5

ADDED

  • CONFIGURATION: Set which symbols you wish to manuever between

[0.0.5] - 2019-4-24

Fixed

  • JAVA: Issue where cursor would move to the beginning of comments instead of to symbol