Commit Graph

291 Commits

Author SHA1 Message Date
Alex Dima
71f93aa38e Fixes #6380: Markdown does not disable autotrigger suggest 2016-05-24 09:54:22 +02:00
Alex Dima
875e28c7ce Remove IEditorRange, IEditorSelection 2016-05-22 14:24:18 +02:00
Alex Dima
9de85cbefa Remove IEditorPosition 2016-05-22 14:24:16 +02:00
Alex Dima
e9b3e0ae92 Rename model.getAssociatedResource() to model.uri 2016-05-20 12:18:10 +02:00
Alex Dima
00c49b8ad3 Convert IFormattingSupport to 3 distinct providers 2016-05-20 11:28:42 +02:00
Alex Dima
a0ffa30d26 Convert IQuickFixSupport to CodeActionProvider 2016-05-20 09:46:05 +02:00
Alex Dima
c96dffc282 Convert ICodeLensSupport to CodeLensProvider 2016-05-20 09:03:44 +02:00
Alex Dima
1dd6ea33eb Convert IOutlineSupport to DocumentSymbolProvider 2016-05-19 20:22:58 +02:00
Alex Dima
3ca51f6d23 Convert IRenameSupport to RenameProvider 2016-05-19 20:22:56 +02:00
Alex Dima
30169da4f8 Convert IReferenceSupport to ReferenceProvider 2016-05-19 20:22:55 +02:00
Alex Dima
fe9b6dbaff Convert IDeclarationSupport to DefinitionProvider 2016-05-19 17:43:18 +02:00
Alex Dima
78d8b4b168 Convert IOccurrencesSupport to DocumentHighlightProvider 2016-05-19 16:45:44 +02:00
Alex Dima
9050cecdf1 Further align ISuggestSupport with ext host API 2016-05-19 16:45:42 +02:00
Alex Dima
b12575b4f4 Towards aligning ISuggestSupport with ext host API 2016-05-19 16:45:41 +02:00
Alex Dima
f0b4da62cc Supports get passed in an IReadOnlyModel 2016-05-19 13:59:10 +02:00
Alex Dima
8591582cd1 Align IDeclarationSupport with ext host API 2016-05-19 13:14:48 +02:00
Alex Dima
b6f0eee29e Align ISuggestSupport further with ext host API 2016-05-19 12:38:07 +02:00
Alex Dima
c68f8d76e2 Towards aligning ISuggestSupport with ext host API 2016-05-19 12:22:33 +02:00
Alex Dima
6cd5f25d53 Remove IMode.referenceSupport 2016-05-19 11:06:55 +02:00
Alex Dima
2d77d7c6f6 Rename IParameterHintsSupport 2016-05-19 11:06:54 +02:00
Alex Dima
b2295e4ea4 Remove IMode.extraInfoSupport 2016-05-19 11:06:53 +02:00
Alex Dima
3e399132f5 Align IParameterHintsSupport with the ext host api 2016-05-19 09:20:58 +02:00
Alex Dima
ca21802ced Remove dead code 2016-05-18 18:23:54 +02:00
Alex Dima
e1f39a6ead Align ExtraInfoSupport with ext host API 2016-05-18 16:02:27 +02:00
Johannes Rieken
81ecfb1615 debt - remove unneccessary casts 2016-05-17 18:29:29 +02:00
Yuki Ueda
158a7206d7 remove shouldShowEmptySuggestionList, fixes #5888 2016-05-02 17:00:22 +09:00
Johannes Rieken
56b71bd9c1 gracefully handle the case in which a delegate command has been disposed before execution, fixes #3265 2016-04-21 13:55:12 +02:00
Johannes Rieken
de63841aa6 warn about void results from completion item providers, fixes #5360 2016-04-19 11:45:42 +02:00
Johannes Rieken
3450cc29d6 debt - move more language feature registries into modes.ts 2016-04-14 08:58:26 +02:00
Johannes Rieken
f0d88b60dc debt - move ParameterHintsRegistry 2016-04-13 18:08:20 +02:00
Johannes Rieken
4431fb83c1 debt - move suggest registry to modes 2016-04-11 18:04:17 +02:00
Johannes Rieken
37be9a631d debt - move rename registry to modes 2016-04-11 18:04:17 +02:00
Johannes Rieken
39038672c0 debt - move reference search registry to modes 2016-04-11 18:04:17 +02:00
Johannes Rieken
742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Johannes Rieken
7d3b7c0302 move modesFilter logic into the single place at which it is used, remove the rest 2016-04-04 12:34:43 +02:00
Joao Moreno
68f4d1eb60 streamline lifecycle methods 2016-03-23 10:06:12 +00:00
Alex Dima
533844ab8d More plugin -> extension 2016-03-01 18:54:42 +01:00
Johannes Rieken
b3f65f6182 💄 tslint /api 2016-02-04 17:26:04 +01:00
Johannes Rieken
08fab0100d add CompletionList to tackle #2224 2016-01-25 13:57:14 +01:00
Johannes Rieken
d6c6437154 code lens must handle cancellation correctly, fixes #2084 2016-01-18 12:55:47 +01:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00