Add synonyms to autocomplete

This commit is contained in:
Aria 2025-09-13 16:21:09 -05:00
parent c199b51645
commit 709b654ed3
5 changed files with 42 additions and 15 deletions

View file

@ -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);