Commit Graph

  • d7f9461727 fix: consider injected languages when parsing current node to fix vue (#212) main Tadeas Uhlir 2025-05-03 19:57:40 +02:00
  • f79355622b [docgen] Update doc/neogen.txt skip-checks: true github-actions 2025-05-03 17:38:21 +00:00
  • c68a268701 Add ts/js property and type declaration support (#204) Riri 2025-05-04 01:38:08 +08:00
  • 05d754004d [docgen] Update doc/neogen.txt skip-checks: true github-actions 2025-02-20 10:19:39 +00:00
  • b322709f34 Update init.lua Danymat 2025-02-20 11:19:25 +01:00
  • eac6737a23 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2025-02-19 10:51:25 +00:00
  • bc2325419e Feature/improve jsdoc (#210) Jed 2025-02-19 11:51:09 +01:00
  • d633d2ef57 fix: Delete old print danymat 2025-02-08 13:50:57 +01:00
  • aeea21f7c3 fix(snippet): Double $ in snippet template danymat 2025-02-08 13:48:31 +01:00
  • dd0301bfba [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-12-27 09:32:24 +00:00
  • b2e7870887 feat: add support for mini snippet engine ('mini.snippets') (#206) Evgeni Chasnovski 2024-12-27 11:32:11 +02:00
  • 37dd095892 fix(python): ensure Raises: section is after Returns: section in google style (#194) Christoph Hasse 2024-12-04 21:22:16 +00:00
  • e3b8f6dca1 Issue #198 Support java types: class and record fields, enum constants (#199) Michael Härtl 2024-11-12 19:47:37 +01:00
  • e932ba918b [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-08-22 08:41:06 +00:00
  • d242dd3462 docs: mark opts parameter as optional in generate function (#195) J 2024-08-22 16:40:50 +08:00
  • 2cad4d6fe9 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-08-13 09:48:59 +00:00
  • dc50715c00 fix(java): support record annotation in java (#182) (#192) Michael Härtl 2024-08-13 11:48:48 +02:00
  • 4b22542b96 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-08-02 14:37:15 +00:00
  • 88698b12c3 fix: support interfaces in Java and PHP (#183) Michael Härtl 2024-08-02 16:37:02 +02:00
  • f027ac49f6 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-08-02 14:30:56 +00:00
  • f9040ed838 fix(python): Fixed nested return + yield call (#190) Colin Kennedy 2024-08-02 07:30:43 -07:00
  • ca214a4f6c Update README.md Danymat 2024-08-02 16:27:04 +02:00
  • 1d756eaff8 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-08-02 14:21:25 +00:00
  • 8614bcb6c6 feat(python): fixed bugs + added unittests (#189) Colin Kennedy 2024-08-02 07:21:10 -07:00
  • b2942f546c [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-07-28 12:10:08 +00:00
  • 7545cdc8cd feat(julia): Add julia support (#185) Cristóbal Tapia 2024-07-28 05:09:51 -07:00
  • e52d88ec37 Adding nvim snippet_engine option to README (#180) Luca Saccarola 2024-07-28 13:16:30 +02:00
  • 4a2f68d3ea Update test.yml Danymat 2024-07-23 18:39:16 +02:00
  • 0f08a6123d ref: Use ensure_installed for quicker runs Danymat 2024-07-23 16:34:53 +02:00
  • 519e819ca1 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-07-23 16:18:28 +00:00
  • fef1ab3932 Added unittest + basic python and lua unittests (#174) Colin Kennedy 2024-07-23 12:18:14 -04:00
  • 6de0add480 fix: functions with only bare returns now evaluate properly (#171) Andres Mendez 2024-05-13 14:49:42 +02:00
  • e7be3a9022 fix: add a missing newline in numpydoc template (#177) Pavel Zolotarevskiy 2024-05-13 15:47:50 +03:00
  • 0daffcec24 Added parse rule for exceptions from a module (#168) Colin Kennedy 2024-03-23 07:22:10 +00:00
  • b95347a588 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-03-03 22:06:53 +00:00
  • e5460f2ad8 feat(py): Add support for @dataclass attributes danymat 2024-03-03 23:00:36 +01:00
  • 63ca9609be [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-03-03 21:09:02 +00:00
  • 3f65d096aa fix(py): Python returns now respect nested functions (#158) Colin Kennedy 2024-03-03 13:08:47 -08:00
  • 7bf529e3e4 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-03-03 20:56:23 +00:00
  • f10d046863 Add support for nvim snippet engine (vim.snippet) (#164) Sachin Rawat 2024-03-03 20:56:10 +00:00
  • 3e97116543 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2024-03-03 20:42:49 +00:00
  • a9641d131c Remove usage of nvim-treesitter utilities (#152) Amaan Qureshi 2024-03-03 15:42:36 -05:00
  • 70127baaff fix: no surrounding spaces for one-line-docstring (#154) pseudometa 2023-09-09 13:12:20 +02:00
  • 1dd0319ccf [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-06-09 00:35:04 +00:00
  • cb1f384df8 Python nested function fix - inner functions do not strip their first parameter (#151) Colin Kennedy 2023-06-08 17:34:48 -07:00
  • d8c8145304 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-06-07 19:56:45 +00:00
  • 2f154166b4 fix(py): Only count first identifier in default_parameter (fix #148) danymat 2023-06-07 21:56:05 +02:00
  • a9f560b490 feat(py): Added Python "Yields:" support for Google-style docstrings (#147) Colin Kennedy 2023-06-07 10:33:17 -07:00
  • 72238bfb70 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-05-31 11:21:46 +00:00
  • 63f994fc79 fix(python): Bare-returns are filtered from docstring output (#145) Colin Kennedy 2023-05-31 04:21:30 -07:00
  • 9fa736a227 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-05-31 11:04:13 +00:00
  • a113ca9a54 feat(python): Add Raises: block for google_docstrings (#143) Colin Kennedy 2023-05-31 04:03:58 -07:00
  • e449d5b7ff fix(python) Do not duplicate "Throw" annotations (#142) Colin Kennedy 2023-05-31 03:50:53 -07:00
  • de603d2f83 fix(php): Do not duplicate returns (#138) danymat 2023-05-22 13:06:58 +02:00
  • d789a5a2e0 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-05-22 11:06:29 +00:00
  • 84e6f5b714 fix: stylua danymat 2023-05-12 17:31:04 +02:00
  • c0fd3dc9e7 Repo visualizer: updated diagram repo-visualizer 2023-05-03 23:15:21 +00:00
  • abfd0ebfe6 Update visualizer.yml danymat 2023-05-04 01:15:08 +02:00
  • 38b1ba4b7e Repo visualizer: updated diagram repo-visualizer 2023-05-03 23:13:12 +00:00
  • eceed1ed2c Update README.md danymat 2023-05-04 01:13:00 +02:00
  • 737d0187b6 Repo visualizer: updated diagram repo-visualizer 2023-05-03 23:08:36 +00:00
  • 297f6a9b8e Create visualizer.yml danymat 2023-05-04 01:08:22 +02:00
  • 9c17225aac fix: Rename csharp -> cs (#134) Walid Chtioui 2023-03-27 20:46:25 +02:00
  • cebe581536 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-03-27 18:42:40 +00:00
  • 353c5ef8e5 fix: Use vim.treesitter.get_node_text() to avoid deprecation warning (#135) Yuta Katayama 2023-03-28 03:42:17 +09:00
  • 93d997dbdd [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-02-21 10:01:41 +00:00
  • 349121d869 Merge pull request #129 from yutkat/main Daniel 2023-02-21 11:01:25 +01:00
  • b460ab70df ref: Bump neogen version danymat 2023-02-21 11:00:24 +01:00
  • 297795f3cd fix: Rename ts_utils.get_node_range -> vim.treesitter.get_node_range Yuta Katayama 2023-02-12 23:36:51 +09:00
  • 465af9d6c6 Merge pull request #125 from itepechi/main Daniel 2023-01-16 10:32:03 +01:00
  • 9a781be7f6 fix(js/ts): {JS,TS}Doc should always start with two asterisks itepechi 2023-01-15 18:51:36 +09:00
  • 0958aeffcd [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-01-12 21:38:31 +00:00
  • fbc3952024 Merge pull request #124 from cdbrendel/fix-python-args Daniel 2023-01-12 22:38:13 +01:00
  • 5a9ac284d4 ref: Versioning danymat 2023-01-12 22:37:18 +01:00
  • ffefbd27ba ref: Use typed parameters danymat 2023-01-12 22:30:28 +01:00
  • 6514bb1b50 removed type from docstring when type hint is given Chris Brendel 2023-01-12 15:29:09 -05:00
  • 56620c0191 restored behavior removing self/cls argument for func in class Chris Brendel 2023-01-12 15:27:55 -05:00
  • 41fe4ba304 allow instantiated exceptions to be extracted Chris Brendel 2023-01-12 15:21:47 -05:00
  • be28d2a4f6 doc: Mention how to quickly add filetypes support Daniel 2023-01-12 00:08:05 +01:00
  • 2961b48f72 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-01-06 10:50:58 +00:00
  • 87c09a4f81 Merge pull request #121 from yorik1984/main Daniel 2023-01-06 11:50:39 +01:00
  • eb2841043a ref: Versioning danymat 2023-01-06 11:49:19 +01:00
  • 83f9c12453 Update ruby.lua yorik1984 2023-01-06 04:02:41 +02:00
  • 71f16ffb48 [docgen] Update doc/neogen.txt skip-checks: true github-actions 2023-01-03 00:36:38 +00:00
  • 9a2ada8aea Merge pull request #116 from ssiyad/autodetect_type Daniel 2023-01-03 01:36:22 +01:00
  • d7891401e0 Merge remote-tracking branch 'origin/main' into autodetect_type danymat 2023-01-03 01:09:41 +01:00
  • ed6ce9998c ref: versioning danymat 2023-01-03 01:08:06 +01:00
  • 676e6a9a42 fix: change error when no annotation convention is found Sabu Siyad 2023-01-03 00:52:30 +05:30
  • aae0d3062b doc: generate function: add any to opts Sabu Siyad 2023-01-03 00:21:47 +05:30
  • a7f0e7051e doc: annotate populate_filetype function Sabu Siyad 2023-01-03 00:16:59 +05:30
  • 62ce187699 fix(generator): replace "any" -> ANY_TYPE Sabu Siyad 2022-12-29 00:39:54 +05:30
  • 96e5d013bf [docgen] Update doc/neogen.txt skip-checks: true github-actions 2022-12-28 10:43:56 +00:00
  • 254301a044 Fix python docstrings (#120) Daniel 2022-12-28 11:43:40 +01:00
  • 05e7ca83bb doc: Update README danymat 2022-12-25 15:44:43 +00:00
  • 711f8b9541 doc: Add installation options with lazy.nvim danymat 2022-12-25 15:42:22 +00:00
  • 2c454f7e68 Add annotation type autodetection Barak Michener 2022-03-02 14:49:10 -08:00
  • 91b093f11f doc: readme: use import for cmp example (#115) Sabu Siyad 2022-11-11 23:27:50 +05:30
  • bc48a0627c [docgen] Update doc/neogen.txt skip-checks: true github-actions 2022-11-10 19:06:35 +00:00
  • 4246ca824b fix(ts): Do not relative position for fallback (#113) danymat 2022-11-10 20:05:43 +01:00
  • 654290f65d [docgen] Update doc/neogen.txt skip-checks: true github-actions 2022-11-10 17:05:27 +00:00