1
0
mirror of https://github.com/golang/go synced 2024-11-05 14:56:10 -07:00

Fix header level in settings.md

Change-Id: Ic4ecd583ce62e624dad568f9c421a87e4d222fd4
GitHub-Last-Rev: 0a4f186beb7774134bd7e400c90b4dd6e129a899
GitHub-Pull-Request: golang/tools#180
Reviewed-on: https://go-review.googlesource.com/c/tools/+/203157
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Josa Gesell 2019-10-28 21:51:30 +00:00 committed by Ian Cottrell
parent d78a1f2664
commit 80f3f9ca08

View File

@ -40,7 +40,7 @@ Authors of editor clients may wish to handle hover text differently, and so migh
Default: `"SynopsisDocumentation"`. Default: `"SynopsisDocumentation"`.
## **usePlaceholders** *boolean* ### **usePlaceholders** *boolean*
If true, then completion responses may contain placeholders for function parameters or struct fields. If true, then completion responses may contain placeholders for function parameters or struct fields.
@ -64,7 +64,7 @@ If false, indicates that the user does not want documentation with completion re
Default value: `true`. Default value: `true`.
**completeUnimported** *boolean* ### **completeUnimported** *boolean*
If true, the completion engine is allowed to make suggestions for packages that you do not currently import. If true, the completion engine is allowed to make suggestions for packages that you do not currently import.