Skip to content

Tags: leblocks/hopcsharp.nvim

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hop to reference enrich with parameter arguments information (#60)

* feat(hop_to_parameter): added parsing of a parameter references

* feat(parameter): store parameter data in db

* feat(parameter): added tests

---------

Co-authored-by: Sasha Gurevich <sagurevich@microsoft.com>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(fzf): provide pre configured custom fzf pickers (#53)

* feat(fzf): added initial folder structure

* feat: file and type pickers

* feat(pickers.fzf): added alt-q mapping to send matches to qf

* fix: row coordinate fix in parse_entry

* feat(fzf): added custom previewer for pickers

* feat: added checkhealt and stopper in case fzf-lua is not installed

* fix: preview and alt-q hops were off by 1 column and row

* test(hop_to): added some tests covering hop_to and qf

* doc: added documentation for fzf pickers

* doc: readme update

* Update README.md

---------

Co-authored-by: Sasha Gurevich <sagurevich@microsoft.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hop to reference add type parameters as references as well (#44)

* fix(hop_to): fixed bug when wrong type converter was used for reference hop

* test(parse): added type_argument_list query test

* refactor(init): DRYied code in parsing

* feat(type_argument): added parser and new parameter for type_argument references

---------

Co-authored-by: Sasha Gurevich <sagurevich@microsoft.com>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(namespaces): support namespace parsing and store its data in the…

… code db (#33)

* feat: added namespace query and tests

* feat: added namespace parsing and storing into db

* test(parse.namespaces): added basic test

* feat: save properly namespace in db + tests

* feat: added empty namespace for failures in parsing

---------

Co-authored-by: Sasha Gurevich <sagurevich@microsoft.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(update_database): improvements and preparations before further d…

…evelopment

* doc(init_database): added todos with plans

* feat(init_database): pulled methods to utils and added stubs for future

* feat(update_database): added path_id to inheritance table

* feat(drop_by_path): for future implementation of update_database

* fix: lint and style

* chore(halt): cancelling for now further development

* fix(ci): double test execution

---------

Co-authored-by: Sasha Gurevich <sagurevich@microsoft.com>

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance README with images and formatting updates

Added images and improved formatting in README.

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(hop_to_implementation): support hops from interface and abstract…

… class method definitions (#14)

* feat: added test file and test

* feat(hop_to_implementation): support hopping to method implementatoins

* feat: added additional test

* fix(stylua): formatting fix

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: doc file introduction, minor README.md change

* feat: added documentation

* chore: readme file formatting

---------

Co-authored-by: Sasha Gurevich <sagurevich@microsoft.com>