File tree 2 files changed +7
-2
lines changed
plugins/hls-call-hierarchy-plugin
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ This plugin is useful when debugging and refactoring code because it allows you
14
14
None. You can experience the whole feature without any setting.
15
15
16
16
## Configuration
17
- Enable default. You can disable it in the setting whenever you like.
17
+ Enabled by default. You can disable it in your editor settings whenever you like.
18
+
19
+ ``` json
20
+ {
21
+ "haskell.plugin.callHierarchy.globalOn" : true
22
+ }
18
23
19
24
## Change log
20
25
### 1.0.1.0
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ prepareCallHierarchyTests =
164
164
selRange = mkRange 1 13 1 14
165
165
expected = mkCallHierarchyItemC " A" SkConstructor range selRange
166
166
oneCaseWithCreate contents 1 13 expected
167
- , testGroup " type singature "
167
+ , testGroup " type signature "
168
168
[ testCase " next line" $ do
169
169
let contents = T. unlines [" a::Int" , " a=3" ]
170
170
range = mkRange 1 0 1 3
You can’t perform that action at this time.
0 commit comments