You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- completer now displays server-provided documentation,
17
17
and a kernel icon for kernel suggestions without type information ([#301][])
18
+
- add two icons themes for the completer (material and vscode) ([#322])
19
+
- the documentation by the completer can be turned on or off ([#315])
20
+
- continuous hinting (Hinterland mode) can be enabled in settings ([#315])
21
+
- tokens in which the completer should not be triggered can be changed ([#315])
22
+
- configuration for the following features is now exposed in the settings editor ([#318]):
23
+
- diagnostics (display, filtering)
24
+
- hover (modifier key)
25
+
- rename operation status reporting got improved ([#318])
26
+
- replaced the generic status icons with code check icon (coloured differently according to the status) ([#318])
27
+
- added icons for all the features and their commands ([#318])
28
+
- refactored the codebase with a new architecture which allows dynamic feature, document widget adapter, and code editor registration ([#318])
29
+
- the document in the connections list in the statusbar popover are now represented by easy-to-understand DocumentLocator (breadcrumbs) widget rather than an internal id ([bacc006])
30
+
- syntax highlighting mode is adjusted to the language with the majority of the code in an editor ([#319])
18
31
19
32
- bug fixes
20
33
21
34
- path-autocompletion issues were resolved upstream an this release adopts these changes
35
+
- missing caret and document connection icons were restored in the statusbar popover ([#318])
36
+
- pressing "Cancel" rename during rename now correctly aborts the rename operation ([#318])
37
+
- when a language server for a foreign document is not available an explanation is displayed (rather than the "Connecting..." status as before) ([4e5b2ad])
38
+
- when jump target is not found a message is now shown instead of raising an exception ([00448d0])
39
+
- fixed status message expiration and replacement ([8798f2d]), ([#329])
40
+
- fixed some context command rank issues introduced after an attempt of migration to nulls ([#318])
0 commit comments