Add synonyms to autocomplete
This commit is contained in:
parent
c199b51645
commit
709b654ed3
5 changed files with 42 additions and 15 deletions
|
|
@ -112,6 +112,13 @@
|
|||
margin: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.autocomplete-info-function-synonyms {
|
||||
margin: 0 0 12px 0;
|
||||
color: var(--foreground);
|
||||
line-height: 1.5;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.autocomplete-info-function-description {
|
||||
margin: 0 0 12px 0;
|
||||
color: var(--foreground);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue