File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
### unreleased
2
2
3
+ ### 0.0.6 (2020-01-10)
4
+
5
+ * Fix type in hover information for do-notation and list
6
+ comprehensions (see #243 ).
7
+ * Fix hover and goto-definition for multi-clause definitions (see #252 ).
8
+ * Upgrade to ` hie-bios-0.3 ` (see #257 )
9
+ * Upgrade to ` haskell-lsp-0.19 ` (see #254 )
10
+ * Code lenses for missing signatures are displayed even if the warning
11
+ has not been enabled. The warning itself will not be shown if it is
12
+ not enabled. (see #232 )
13
+ * Define ` __GHCIDE__ ` when running CPP to allow for ` ghcide ` -specific
14
+ workarounds. (see #264 )
15
+ * Fix some filepath normalization issues. (see #266 )
16
+ * Fix build with ` shake-0.18.4 ` (see #272 )
17
+ * Fix hover for type constructors and type classes. (see #267 )
18
+ * Support custom preprocessors (see #282 )
19
+ * Add support for code completions (see #227 )
20
+ * Code action for removing redundant symbols from imports (see #290 )
21
+ * Support document symbol requests (see #293 )
22
+ * Show CPP errors as diagnostics (see #296 )
23
+ * Code action for adding suggested imports (see #295 )
24
+
3
25
### 0.0.5 (2019-12-12)
4
26
5
27
* Support for GHC plugins (see #192 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 1.20
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 0.0.5
5
+ version : 0.0.6
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset
You can’t perform that action at this time.
0 commit comments