Commit Graph

  • e4e09d6113 (cpp) Add support for cpp (based on c) danymat 2021-11-08 19:59:13 +01:00
  • 17b99a5bed fix: Correct recursive node finder danymat 2021-11-03 22:40:18 +01:00
  • 4f083d94c6 ref: Simplify recursive node conditional danymat 2021-11-03 22:39:58 +01:00
  • eac28b30e5 Update README.md danymat 2021-11-03 10:53:10 +01:00
  • 5a1fc5e483 (java) Add support for java classes danymat 2021-11-03 10:53:04 +01:00
  • 832398cd53 (js/ts) Add support for lexical declarations Daniel Mathiot 2021-10-05 19:46:16 +02:00
  • ca1c905bad Stylua Daniel Mathiot 2021-10-03 13:56:44 +02:00
  • f1f28f1afa Merge pull request #14 from davidgranstrom/topic/c-headers Daniel Mathiot 2021-10-01 16:40:54 +02:00
  • c0cd1bc91f Add test for pointer return value David Granström 2021-10-01 13:30:40 +02:00
  • 4ba051b7ea Update README.md Daniel Mathiot 2021-09-29 15:45:31 +02:00
  • 71ca53bad2 (ts) Add basic support for type hints Daniel Mathiot 2021-09-29 15:44:57 +02:00
  • cee299a380 Update README.md Daniel Mathiot 2021-09-29 15:08:07 +02:00
  • 91c10304d4 (typescript) Add support for typescript Daniel Mathiot 2021-09-29 15:01:45 +02:00
  • 19d5cd8c01 Add global recursive option for nodes Daniel Mathiot 2021-09-29 15:01:26 +02:00
  • 7320b90119 Move comments to align with stylua formatting David Granström 2021-09-28 19:23:04 +02:00
  • b48752476c Format with stylua David Granström 2021-09-28 19:18:13 +02:00
  • b92bb47dd8 Insert "return" based on function return type David Granström 2021-09-28 18:47:36 +02:00
  • 6fdd841593 Be able to annotate function prototypes in header files David Granström 2021-09-28 17:48:33 +02:00
  • d99f86ca06 Update README.md Daniel Mathiot 2021-09-28 10:56:09 +02:00
  • d838a42abd Update README.md Daniel Mathiot 2021-09-28 10:48:43 +02:00
  • 51d1906dfb Delete recording_1.mov Daniel Mathiot 2021-09-28 10:41:31 +02:00
  • 76f379629f Update README.md Daniel Mathiot 2021-09-28 10:36:47 +02:00
  • 780584acd9 Update README.md Daniel Mathiot 2021-09-12 19:49:28 +02:00
  • ba98b965e6 (go) Add support for godoc Daniel Mathiot 2021-09-12 19:42:29 +02:00
  • 7b8631697d (lua) Fix nested functions sometimes not being found Daniel Mathiot 2021-09-12 17:45:36 +02:00
  • b77ac73661 Fix error in tab completion Daniel Mathiot 2021-09-08 13:43:41 +02:00
  • 86456a3699 <Tab> only works if you're in annotated range Daniel Mathiot 2021-09-08 12:25:11 +02:00
  • 7c7d03e665 Update docs Daniel Mathiot 2021-08-31 12:20:24 +02:00
  • 0c2c865ce0 Merge branch 'main' of https://github.com/danymat/neogen Daniel Mathiot 2021-08-31 12:11:29 +02:00
  • 9dd01fbab8 (lua) Recursive find of function instead of fixed Daniel Mathiot 2021-08-31 12:11:04 +02:00
  • df0557374d Update adding-languages.md Daniel Mathiot 2021-08-30 22:22:56 +02:00
  • 068fc3cdf7 Update adding-languages.md Daniel Mathiot 2021-08-30 21:37:07 +02:00
  • bd5ab9515f More docs (Readme#Adding-Languages) Daniel Mathiot 2021-08-30 21:34:29 +02:00
  • 5db8c287de Add documentation for adding new languages Daniel Mathiot 2021-08-30 14:40:58 +02:00
  • 294ed7c1fa Add ldoc in README Daniel Mathiot 2021-08-29 20:00:20 +02:00
  • 518515be3e (lua) Add ldoc annotation convention Daniel Mathiot 2021-08-29 18:43:11 +02:00
  • a07df9e3a4 Merge pull request #11 from NTBBloodbath/patch-1 Daniel Mathiot 2021-08-28 15:52:30 +02:00
  • daafc6af11 fix(readme): correct code block for nvim-cmp example Alejandro 2021-08-28 09:49:25 -04:00
  • 460d022cc1 (c) Add support for functions that return pointers Daniel Mathiot 2021-08-28 15:28:14 +02:00
  • c9ea7ee461 (c) Support for params with unlimited amount of pointers Daniel Mathiot 2021-08-28 13:39:27 +02:00
  • ad5ed45205 Typo Daniel Mathiot 2021-08-28 10:25:03 +02:00
  • e22c69a265 (c) Fix cursor in c configuration Daniel Mathiot 2021-08-28 01:44:54 +02:00
  • 499a4301fa Fix first time insert mode Daniel Mathiot 2021-08-28 01:31:51 +02:00
  • 56b20fcd11 Fix default behaviour when no input after cursor Daniel Mathiot 2021-08-28 00:39:13 +02:00
  • d03d4fb4b6 Merge branch 'main' of https://github.com/danymat/neogen Daniel Mathiot 2021-08-27 23:29:58 +02:00
  • e9cc44266e Add jumpable method Daniel Mathiot 2021-08-27 23:29:44 +02:00
  • 1067125e54 Update README.md Daniel Mathiot 2021-08-27 23:26:00 +02:00
  • 5e2c72d36b Update README Daniel Mathiot 2021-08-27 22:38:57 +02:00
  • c5bc73cb27 Add jump mapping to configuration Daniel Mathiot 2021-08-27 22:36:44 +02:00
  • 95d2368ccc (python, js, c) Add support for multiple cursor Daniel Mathiot 2021-08-27 22:21:43 +02:00
  • c9ba1dcc5d Created wrapped around jump + Doc Daniel Mathiot 2021-08-27 22:10:14 +02:00
  • 1e1b780877 Add space after input field Daniel Mathiot 2021-08-27 22:02:50 +02:00
  • 6c89fd0714 Delete previous marks before adding new ones Daniel Mathiot 2021-08-27 21:46:19 +02:00
  • 1d97f1415e Add default value for template Daniel Mathiot 2021-08-27 21:19:19 +02:00
  • 2c9936781f Add multiple cursor positioning to template Daniel Mathiot 2021-08-27 20:23:48 +02:00
  • 4e4c7da587 Merge pull request #7 from cryptomilk/asn-readme Daniel Mathiot 2021-08-27 13:36:37 +02:00
  • 80383b7004 Remove unused condition for input_after_comment Daniel Mathiot 2021-08-27 13:35:03 +02:00
  • 1ad80a85ee README: Suggest to use noremap and silent for key bindings Andreas Schneider 2021-08-27 13:07:51 +02:00
  • b525173cd7 Fix behavior when calling different types Daniel Mathiot 2021-08-27 13:17:27 +02:00
  • d3d8a12315 Merge pull request #6 from cryptomilk/asn-c Daniel Mathiot 2021-08-27 12:34:03 +02:00
  • 1f7350638d Add C Doxygen to README Daniel Mathiot 2021-08-27 12:33:15 +02:00
  • 3bb4d96317 Merge branch 'asn-c' of https://github.com/cryptomilk/neogen into asn-c Daniel Mathiot 2021-08-27 12:14:11 +02:00
  • 4cebcbcfdf (c) Fix return_statement in tree Daniel Mathiot 2021-08-27 12:09:35 +02:00
  • 9406085e98 Add support for C-doxygen Andreas Schneider 2021-08-27 09:30:42 +02:00
  • 29679840d6 Add support for C-doxygen Andreas Schneider 2021-08-27 09:30:42 +02:00
  • e1b99157b6 Update README Daniel Mathiot 2021-08-26 13:27:37 +02:00
  • fddd50553e (lua) types are now guessed for type annotations Daniel Mathiot 2021-08-26 12:28:46 +02:00
  • d90b697104 Only append annotation if there's one Daniel Mathiot 2021-08-26 12:27:56 +02:00
  • 48f8f4dd65 (lua) Full specs for type annotations Daniel Mathiot 2021-08-26 11:03:41 +02:00
  • 93797725e6 (js) Add support for class Daniel Mathiot 2021-08-25 15:49:26 +02:00
  • b57e833e32 Fix template not rendering with no opts.type Daniel Mathiot 2021-08-25 14:29:26 +02:00
  • a8954178da (lua) add type annotation for variables Daniel Mathiot 2021-08-25 14:13:32 +02:00
  • 2449e499c1 (lua) Add support for class Daniel Mathiot 2021-08-25 13:42:03 +02:00
  • 1002ae5948 Add support for multiple types, see Readme:Usage Daniel Mathiot 2021-08-25 13:39:55 +02:00
  • f5390e1c1f Refactor of default generator Daniel Mathiot 2021-08-25 12:32:17 +02:00
  • ce765cc43c (lua) Add support for returns in local_functions Daniel Mathiot 2021-08-25 12:22:36 +02:00
  • 85cd80f8e6 If blank line is specified, do not add indentation Daniel Mathiot 2021-08-24 22:11:54 +02:00
  • b58292f71f Add default comments when no results (python, lua) Daniel Mathiot 2021-08-24 17:06:32 +02:00
  • bf66cb12b5 (js) Add support for functions in var_declarations Daniel Mathiot 2021-08-24 12:52:16 +02:00
  • 14424a0887 (js) Add support for functions in statements Daniel Mathiot 2021-08-24 12:44:33 +02:00
  • 3a40a1d111 Add support for empty jsdoc comment Daniel Mathiot 2021-08-24 12:09:43 +02:00
  • 98329fcf77 Add basic support for javascript Daniel Mathiot 2021-08-24 11:43:45 +02:00
  • 77515a574d Refactor to a simpler tree parsing Daniel Mathiot 2021-08-24 09:41:15 +02:00
  • 790c98edf1 Removed return if body is not found (python) Daniel Mathiot 2021-08-23 20:03:14 +02:00
  • db3a136f7f Update README.md Daniel Mathiot 2021-08-23 19:23:25 +02:00
  • 9ac072c50b Merge branch 'main' of https://github.com/danymat/neogen Daniel Mathiot 2021-08-23 19:12:27 +02:00
  • ee1e1a491c Add support for numpydoc Daniel Mathiot 2021-08-23 19:11:44 +02:00
  • e8a9a425be Update README.md Daniel Mathiot 2021-08-23 18:49:10 +02:00
  • 88c4d40078 Support for optional params in python Daniel Mathiot 2021-08-23 18:31:22 +02:00
  • 969c0342af Add typed parameters support in python Daniel Mathiot 2021-08-23 18:19:24 +02:00
  • 82b943ccdf Add return statement for python function Daniel Mathiot 2021-08-23 17:54:01 +02:00
  • 2c87ccd4cd Update Readme Daniel Mathiot 2021-08-23 17:31:13 +02:00
  • 3272811aa7 Add support for attributes in python class Daniel Mathiot 2021-08-23 17:30:19 +02:00
  • ceeae74d0d Merge branch 'main' of https://github.com/danymat/neogen Daniel Mathiot 2021-08-23 16:02:13 +02:00
  • 52128c1bd5 Add utilities Daniel Mathiot 2021-08-23 16:00:43 +02:00
  • 2ed58bbe50 Update README.md Daniel Mathiot 2021-08-23 15:30:12 +02:00
  • 6b08b2297c Delete unused FIXME Daniel Mathiot 2021-08-23 15:24:48 +02:00
  • 46febe447c Use child name to append text after parent Daniel Mathiot 2021-08-23 15:23:27 +02:00
  • 03781f23d6 Make comment in after position more resilient Daniel Mathiot 2021-08-23 15:08:41 +02:00
  • 40616b25d7 Add python support Daniel Mathiot 2021-08-23 12:53:27 +02:00