Commit Graph

525 Commits

Author SHA1 Message Date
danymat
e7573d88a4 fix(python) Append after a possible shebang line (#31) 2022-01-09 17:03:29 +01:00
danymat
4227f608b2 feat(rust) Add support for rust (func, file) #34 2022-01-09 16:29:50 +01:00
danymat
ded4838eaf fix(lua) Ldoc annotation was not annotating in class 2022-01-09 14:35:53 +01:00
Daniel Mathiot
f6181fa824 Update README.md 2022-01-09 14:33:48 +01:00
Daniel Mathiot
c62002aa4d Update README.md 2022-01-09 14:33:07 +01:00
danymat
76a80479d7 feat(lua) Add support for file annotations (#31) 2022-01-09 14:30:49 +01:00
danymat
d8f0d24cc6 feat(ts,js) Add support for file annotations (#31) 2022-01-09 14:18:06 +01:00
danymat
24a0498477 fix: Places file annotations always on top 2022-01-09 14:14:23 +01:00
danymat
23031e365b feat(py) Add support for file type (#31) 2022-01-09 13:37:11 +01:00
danymat
ff5f7de750 feat:(c/cpp) Add new type: file (#31) 2022-01-09 13:20:56 +01:00
Daniel Mathiot
0fdfd7ee82 Update README.md 2022-01-08 13:34:58 +01:00
danymat
d16557c3e6 feat: Allow users to jump previous (#13) 2022-01-07 19:44:41 +01:00
danymat
72a82df7f2 fix(c/cpp) Do not show multiple returns (#32) 2022-01-07 18:00:10 +01:00
danymat
ff0e8eaf83 fix(python) Don't show error for empty class (#33) 2022-01-07 17:42:47 +01:00
Daniel Mathiot
19a222a080 Merge pull request #29 from meijieru/return_python
fix(python): jump for return
2021-12-08 08:05:45 +01:00
meijieru
e89760d899 fix(python): no blank line after return 2021-12-08 01:04:11 -05:00
meijieru
0a5611d29a fix(python): jump for return 2021-12-08 01:01:10 -05:00
Daniel Mathiot
54a29212f3 Update README.md 2021-12-06 09:58:38 +01:00
danymat
feaeb35c2c breaking_change : Deprecate jump_map in favor of user keybind (Closes #27) 2021-11-18 14:27:26 +01:00
danymat
d7a26c15ab ref: Add future deprecation notices for jump_map 2021-11-18 12:42:12 +01:00
danymat
864c6a6353 fix(lua) Remove default type 2021-11-14 21:16:12 +01:00
Daniel Mathiot
332fcf7951 Update README.md 2021-11-13 14:34:06 +01:00
danymat
8e8cdad400 fix: Use only filetype tree for generation (#26) 2021-11-13 14:29:15 +01:00
danymat
f3e5ce4ec7 (c/cpp) Add return field for non primitive types (#22) 2021-11-13 14:03:29 +01:00
danymat
c75b9bad1e (c/cpp) do not show void return type 2021-11-11 10:34:40 +01:00
danymat
35d36abb8c (java) Add constructor annotation 2021-11-10 22:58:28 +01:00
danymat
857355992e (java) Add template support for no params 2021-11-10 22:57:59 +01:00
danymat
7c8169608e (java) Add support for java functions 2021-11-10 22:45:37 +01:00
Daniel Mathiot
02ee2acbae Update README.md 2021-11-10 15:06:17 +01:00
Daniel Mathiot
f1df0a5d28 Update README.md 2021-11-10 11:45:34 +01:00
danymat
d035281978 chore: stylua 2021-11-10 11:41:10 +01:00
danymat
2cc90eb8d5 (c/cpp) Add return when void (#22) 2021-11-10 11:39:39 +01:00
Daniel Mathiot
c9763c65b2 Merge pull request #25 from ThomasFeher/fix_cpp_template
Write annotation before template declarations (C++)
2021-11-10 11:28:58 +01:00
Thomas Fehér
7d9572c05f Write annotation before template declarations
Prior to this fix the annotation was written after the template
declaration in case the cursor did not happen to be on the same line as
the template declaration.
2021-11-10 11:24:24 +01:00
Daniel Mathiot
1a51f4f991 Update README.md 2021-11-09 10:44:30 +01:00
Daniel Mathiot
0afbccfb36 Merge pull request #24 from Shatur/patch-1 2021-11-08 23:42:47 +01:00
Hennadii Chernyshchyk
50d21d6733 C++: Fix generation for fields 2021-11-09 00:39:35 +02:00
danymat
96a597b7c0 (c/cpp) Use return instead of returns (#22) 2021-11-08 22:53:04 +01:00
danymat
73b18d266b (c/cpp) References #21 2021-11-08 21:25:31 +01:00
danymat
fa472f6f29 (cpp) Add template generation, add optional params 2021-11-08 21:15:21 +01:00
danymat
e87b4a20f3 (c) Use @brief when no results from TS 2021-11-08 20:53:10 +01:00
danymat
d04b657c88 (c) Remove [in] for params in doxygen
See #19 for more details
2021-11-08 20:16:59 +01:00
danymat
e4e09d6113 (cpp) Add support for cpp (based on c) 2021-11-08 19:59:13 +01:00
danymat
17b99a5bed fix: Correct recursive node finder
References #18
2021-11-03 22:42:11 +01:00
danymat
4f083d94c6 ref: Simplify recursive node conditional 2021-11-03 22:39:58 +01:00
danymat
eac28b30e5 Update README.md 2021-11-03 10:53:10 +01:00
danymat
5a1fc5e483 (java) Add support for java classes 2021-11-03 10:53:04 +01:00
Daniel Mathiot
832398cd53 (js/ts) Add support for lexical declarations
References #16
2021-10-05 19:51:05 +02:00
Daniel Mathiot
ca1c905bad Stylua 2021-10-03 13:56:44 +02:00
Daniel Mathiot
f1f28f1afa Merge pull request #14 from davidgranstrom/topic/c-headers 2021-10-01 16:40:54 +02:00