File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
plugins/hls-call-hierarchy-plugin Expand file tree Collapse file tree 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
1414None. You can experience the whole feature without any setting.
1515
1616## 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+ }
1823
1924## Change log
2025### 1.0.1.0
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ prepareCallHierarchyTests =
164164 selRange = mkRange 1 13 1 14
165165 expected = mkCallHierarchyItemC " A" SkConstructor range selRange
166166 oneCaseWithCreate contents 1 13 expected
167- , testGroup " type singature "
167+ , testGroup " type signature "
168168 [ testCase " next line" $ do
169169 let contents = T. unlines [" a::Int" , " a=3" ]
170170 range = mkRange 1 0 1 3
You can’t perform that action at this time.
0 commit comments