gopher.nvim/spec/fixtures/comment
Oleksandr Smirnov 1e7af1b212
feat(comment): add support for: interface methods, struct fields, variables (#123)
* refactor(comment): dont use unnecessary function

* chore: quick way to open vim in dev mode

* feat(comment): add comment on on interface method

* feat(comment): add comment on a struct field

* feat(comment): add comment on a variable

* docs: add note about the generate function

* docs: gopher.TsResult

* fix(utils): handle case when indentation is wrong
2025-09-04 16:52:18 +03:00
..
empty_input.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
empty_output.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
func_input.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
func_output.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
interface_input.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
interface_many_method_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
interface_many_method_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
interface_method_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
interface_method_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
interface_output.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
many_structs_fields_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
many_structs_fields_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
method_input.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
method_output.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
package_input.go tests: improve testing (#80) 2025-02-24 14:21:01 +02:00
package_output.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
struct_fields_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
struct_fields_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
struct_input.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
struct_output.go refactor: treesitter utils (#91) 2025-03-19 15:09:57 +02:00
svar_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
svar_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
var_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
var_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
var_struct_fields_input.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00
var_struct_fields_output.go feat(comment): add support for: interface methods, struct fields, variables (#123) 2025-09-04 16:52:18 +03:00