Commit graph

70 commits

Author SHA1 Message Date
Alexandru Dima
d437cf3054
Fixes microsoft/monaco-editor#2182 2021-01-28 23:55:30 +01:00
Alexandru Dima
803466d050
Fixes microsoft/monaco-editor#2172 2021-01-28 22:54:35 +01:00
Alexandru Dima
1be8b30e74
Fixes microsoft/monaco-editor#2162 2021-01-28 22:44:47 +01:00
Alexandru Dima
c9255aa6eb
Fixes microsoft/monaco-editor#2325: Funnel SignatureHelpContext to TypeScript 2021-01-28 21:48:01 +01:00
Alex Dima
4ec20bbd1f
Adopt latest monaco-editor-core, update to TS 4.0.3 2020-09-19 01:36:03 +02:00
Alex Dima
c196027bdc
Increase printWidth 2020-09-18 20:07:20 +02:00
Spencer
3055a6e22e
Use typescript language for hover tooltip header 2020-09-13 05:01:18 -07:00
Alex Dima
bd037a9faf
small style tweaks 2020-09-08 14:06:23 +02:00
Sebastian Pahnke
85c67d753f Align tag representation in suggestion items and hovers 2020-09-07 23:59:30 +02:00
Sebastian Pahnke
5f2d3f73ab Include tags in documentation string of suggestion items 2020-09-07 23:49:30 +02:00
Sebastian Pahnke
a258f3a296 Add deprecated tag to suggestion if entry is marked as deprecated 2020-09-07 22:58:28 +02:00
Sebastian Pahnke
fce6b6161e Add deprecated diagnostic tag if a symbol is reported as deprecated 2020-09-07 22:35:01 +02:00
Alex Dima
ee95401a40
Use the global monaco only in the AMD case (see microsoft/monaco-editor#1974) 2020-09-07 21:52:41 +02:00
Alex Dima
b87c75d7e9
Run prettier 2020-09-07 18:08:18 +02:00
Sebastian Pahnke
b79ec00ec5 Format signature and parameter documentation as Markdown 2020-09-02 13:27:47 +02:00
Alex Dima
5577502c1c
Do not load lib.d.ts files on the UI thread 2020-08-28 10:12:54 +02:00
Alex Dima
ea9ddb0a8c
Adopt LibFiles in ReferenceAdapter 2020-08-28 10:00:16 +02:00
Alex Dima
6a18fe6517
Introduce LibFiles and adopt in DefinitionAdapter 2020-08-28 09:58:22 +02:00
Alex Dima
151b807fee
run import, minor edits 2020-08-28 09:07:27 +02:00
Orta
a213b303a6 Create monaco lib models on demand 2020-07-15 18:43:32 -04:00
Orta Therox
05f3891fd1 Bump the TypeScript version, and fix the changes to the monaco API 2020-02-29 18:17:05 -05:00
Alex Dima
887411e17c
Adopt editor breaking changes around WorkspaceTextEdits 2020-02-10 23:34:53 +01:00
Alex Dima
e4ab9e4360
Adopt strict checking (fixes microsoft/monaco-editor#1715) 2019-12-20 19:47:49 +01:00
Alex Dima
9092951419
Do not bundle typescriptServices in tsMode 2019-12-17 14:00:38 +01:00
Alexandru Dima
92762e4a36
Merge pull request #52 from kisstkondoros/patch-1
Add documentation to signature help
2019-12-17 13:42:04 +01:00
Alex Dima
fd244a1577
Merge remote-tracking branch 'origin/master' into pr/spahnke/48 2019-12-17 08:59:09 +01:00
Alexandru Dima
92c4b95f7e
Merge pull request #47 from spahnke/mark-unnecessary
Adopt monaco.MarkerTag API
2019-12-17 08:56:49 +01:00
Tamas Kiss
6e6f809173
Add documentation to signature help
Resolves microsoft/monaco-editor#1698
2019-12-07 11:51:36 +01:00
Sebastian Pahnke
8b18d160db Provide related information to diagnostics 2019-10-07 14:33:21 +02:00
Sebastian Pahnke
933c7faef2 Support diagnostics of type unnecessary 2019-10-07 13:37:40 +02:00
Sebastian Pahnke
d5b5ce14f4 Add support to ignore certain diagnostics 2019-10-07 12:09:31 +02:00
Alex Dima
91e9a453c9
Merge remote-tracking branch 'origin/master' into pr/orta/40 2019-10-02 22:26:11 +02:00
Orta Therox
c6ad8230be Use the code deltas from TS only, and use the right kind name to trigger the popover 2019-10-01 09:15:27 -04:00
larshp
274cc4a172 fix typo 2019-10-01 07:52:11 +02:00
Alex Dima
0dd1066fc4 formatting options & source formatting 2019-09-19 09:43:26 +02:00
Alex Dima
559bc5255a Merge remote-tracking branch 'origin/master' into pr/orta/40 2019-09-19 09:19:03 +02:00
Sebastian Pahnke
ceff666ed1 Add a rename provider 2019-09-19 07:14:19 +02:00
Andre Wachsmuth
37f6c649ba Fix microsoft/monaco-editor#1576 update dependency to core
* Update dependency to monaco-editor-core to 0.18.0
* Fix typing errors:
    * SignatureHelpAdapter#provideSignatureHelp return a wrapped SignatureHelpResult
    * monaco.languages.DocumentSymbol has got a new property: tags

The tags are an array SymbolTags, and the only existing SymbolTag is "Deprecated".
I did not find any information about that in the ts.NavigationBarItem, so the tags
are always an empty array for now.
2019-09-06 18:49:49 +02:00
Alex Dima
c86307ab92 Remove TS 3.5 compatibility since this project will never use TS 3.5 again ... 2019-08-30 14:55:55 +02:00
Orta Therox
b8063f957f Adds a CodeAction provider to support fixits 2019-08-29 13:43:19 -04:00
Orta Therox
c8b92c097f Adds backwards compatability for diagnostic chains 2019-08-29 13:00:09 -04:00
Alex Dima
7e5cb3e7ac Fix indentation 2019-08-13 14:51:04 +02:00
Orta Therox
8440cba727 Adds support for running on TS 3.6.0, and adds a daily update script 2019-07-24 09:02:34 -04:00
Alex Dima
0f97f5fd54 Adopt monaco-editor-core@0.16.0 2019-03-04 15:57:23 +01:00
Alex Dima
6b2271c1c1 Changes for PR #30 2019-03-04 15:09:02 +01:00
placatus
6c73d7f708 Fixed typos and other improvements per code review 2019-03-01 00:01:35 +02:00
placatus
357f54c652 Trigger an event when the extra libs changed, redoing all colorization and diagnostics 2019-02-22 15:16:21 +02:00
Alex Dima
505232c7c8 Adopt native promises 2019-01-09 15:51:42 +01:00
Alex Dima
27f5823a7e Adopt new editor, bump TypeScript 2018-11-12 16:50:08 +01:00
Sebastian Pahnke
744e2f25af Render documentation in suggestion widget as Markdown 2018-09-24 17:51:35 +02:00