Commit Graph

16 Commits

Author SHA1 Message Date
73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -07:00
9c7db374ab chore: replace deprecated substr method with slice 2023-06-26 21:28:05 +05:30
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
0d36653b0d Bump all targets to es2020
Fixes #530
2022-02-28 13:45:21 -08:00
7b9a0a8c4c Use eslint instead of tslint
Fixes #266
2020-05-29 14:01:37 -07:00
12b49f3104 Fix another typo in completion sample 2019-08-29 19:34:17 +02:00
7acf79f0e7 Fix typo in completion sample 2019-08-29 18:59:22 +02:00
cc64fa1dc2 Remove use stricts from ts files
This is implicit for modules
2019-05-30 18:27:43 -07:00
687a3f4d77 update sample and gif 2018-10-25 12:59:36 +02:00
29b8ae6a1c more completion samples 2018-10-25 12:30:37 +02:00
dd86360854 don't leak... 2018-10-25 12:06:16 +02:00
b72fae94fa Revert "Pretter for each ts file"
This reverts commit 23674b2cfe.
2018-10-23 22:14:56 -07:00
23674b2cfe Pretter for each ts file 2018-10-10 09:37:51 -07:00
ab26257a51 adding the method arguments, so it is obvious how to make the completion item context sensitive by reaching into the document.getText() and using the position etc... 2017-12-13 22:01:22 +01:00
7b9c376aad Adding SnippetString-based completion sample which demonstrates how dynamic context-sensitive snippets can be created. 2017-12-12 18:53:54 +01:00
dbc468b5e4 start completions sample 2016-12-30 18:51:37 +01:00