Skip to content

Releases: leblocks/hopcsharp.nvim

v0.1.4

26 Feb 13:30
4a3298d

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Feb 22:28
e533f44

Choose a tag to compare

What's Changed

  • get_type_hierarchy: go by class upwards by @leblocks in #46
  • feat(hop_to_reference): adding typeof expressions as valid references by @leblocks in #47
  • fix(log): escaping ansi string by @leblocks in #49
  • sqlite optimizations by @leblocks in #50
  • feat(fzf): provide pre configured custom fzf pickers by @leblocks in #53

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Dec 13:48
6b480f3

Choose a tag to compare

What's Changed

  • Adding CONTRIBUTING.md by @leblocks in #35
  • refactor: pulling out logic from hop methods by @leblocks in #36
  • hop_to_definition: namespace based hop by @leblocks in #41
  • Hop to reference add type parameters as references as well by @leblocks in #44

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Nov 20:45
2e6f652

Choose a tag to compare

What's Changed

  • Hop to reference implementation by @leblocks in #31
  • support namespace parsing and store its data in the code db by @leblocks in #33

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Oct 19:25
03af1de

Choose a tag to compare

What's Changed

  • more of a milestone, plugin became more usable and stable overall

Full Changelog: v0.0.3...v0.1.0

v0.0.3

17 Sep 19:31
a9d0aca

Choose a tag to compare

What's Changed

  • fix(hop_to_implementation): added DISTINCT to remove unnecessary dupl… by @leblocks in #16
  • fix(hop_to_implementation): dedupe results of hop to method implement… by @leblocks in #17
  • feat: adding checkhealth by @leblocks in #18
  • feat: support immediate jump + dedupe by @leblocks in #19
  • feat(get_type_hierarchy): provide method to fetch type hierarchy by @leblocks in #20
  • break: moving callback inside config for hop methods by @leblocks in #24
  • fix: bug fix for line separtor handling in db init by @leblocks in #25
  • fix: handle generics properly by @leblocks in #27

Full Changelog: v0.0.2...v0.0.3

v0.0.2

02 Aug 18:51
356e70a

Choose a tag to compare

What's Changed

  • feat: narrow down query type when hopping from method invocation by @leblocks in #12
  • feat(hop_to_implementation): support hops from interface and abstract class method definitions by @leblocks in #14

Full Changelog: v0.0.1...v0.0.2

v0.0.1

24 Jul 19:40
52cabcb

Choose a tag to compare

What's inside:

  • init_database()

  • hop_to_definition()

  • hopt_to_implementation()

Checkout README.md