mirror of
https://github.com/golang/go.git
synced 2024-11-22 05:40:42 +00:00
Changed "enablePlaceholders" to the correct "usePlaceholders"
parent
b570cd55c9
commit
ed637926b5
2
gopls.md
2
gopls.md
@ -23,7 +23,7 @@ Turning off both build and vet on save is useful to avoid duplicating diagnostic
|
||||
},
|
||||
},
|
||||
"gopls": {
|
||||
"enablePlaceholders": true, // add parameter placeholders when completing a function
|
||||
"usePlaceholders": true, // add parameter placeholders when completing a function
|
||||
"enhancedHover": true, // experimental to improve quality of hover (will be on by default soon)
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user