Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-27 | remove some unused fields and make sure doc type array gets included as a ↵ | Kevin Hahn | |
compiled node | |||
2022-06-27 | fix some cases where we would return emus twice or would screw up other ↵ | Kevin Hahn | |
completions | |||
2022-06-27 | enable autocomplete of array enum | Kevin Hahn | |
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-23 | fix completion in tablefield enums | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-22 | update | 最萌小汐 | |
2022-06-21 | fix | 最萌小汐 | |
2022-06-15 | cleanup | 最萌小汐 | |
2022-06-14 | #1207 add sample for description for LuaDoc | 最萌小汐 | |
2022-06-13 | new runner | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-06-09 | view infer must specify uri | 最萌小汐 | |
2022-06-07 | cleanup | 最萌小汐 | |
2022-04-26 | fix #1092 | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-25 | add completion and semantic for `@cast` | 最萌小汐 | |
2022-04-24 | check nils | 最萌小汐 | |
2022-04-17 | cleanup | 最萌小汐 | |
2022-04-16 | fix #1061 | 最萌小汐 | |
2022-04-16 | fix #1057 | 最萌小汐 | |
2022-04-15 | improve performance | 最萌小汐 | |
2022-04-14 | cheanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-11 | fix #1037 | 最萌小汐 | |
2022-04-10 | fix repeated docname | 最萌小汐 | |
2022-04-09 | fix(completion): push (#1022) to 3.0 | kevinhwang91 | |
2022-04-08 | Merge branch 'master' into 3.0 | 最萌小汐 | |
2022-04-08 | cleanup | 最萌小汐 | |
2022-04-07 | update | 最萌小汐 | |
2022-04-07 | doc.type.boolean | 最萌小汐 | |
2022-04-06 | update | 最萌小汐 | |
2022-04-06 | update | 最萌小汐 | |
2022-04-06 | feat(completion): use Lua code as snippet description | kevinhwang91 | |
2022-04-06 | chore(postfix): pretty postfix description | kevinhwang91 | |
Under Lua code, we should remove redundant placeholders. Unfortunately, $%d placeholders will result in empty string. | |||
2022-04-06 | Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0 | 最萌小汐 | |
2022-04-05 | fix(completion): limit extra lines | kevinhwang91 | |
2022-04-05 | update | 最萌小汐 | |
2022-04-04 | fix(completion): use args table instead of args string to parse snippet | kevinhwang91 | |
For now, we parse the `@param f fun(a: any, b: any)` as two placeholders instead of one. BTW, use table have a slightly better performance than spliting args string. | |||
2022-04-04 | #992 | 最萌小汐 | |
using `Snippet` only when `callSnippet` is `Both` | |||
2022-04-04 | fix(completion): optional arguments may not continued | kevinhwang91 | |
If the arguments are all optional or variable until the end, we can truncate them directly. | |||
2022-04-03 | feat(completion): truncate arguments for callSnippet | kevinhwang91 | |
The callSnippet always expands all the optional arguments and variable argument that is annoying. To truncate optional arguments and variable arguments help users more frequently use `callSnippet`. We already have the label and signature to get the total arguments. This behavior is like tsserver. | |||
2022-04-03 | fix formatting | Crollie Rollz | |
2022-04-03 | fix(completion): call OOP emitter without colon syntax | Crollie Rollz | |