How does visual studio code add a custom hint word collection?

for example, I have 100 business-related words, and I want to be prompted and completed automatically when I enter them in vs code. Do you need to write a plug-in to do that? Thank you


File-"preferences -" user code snippet
just add edits.

or you can use a plug-in called all autocomplete
to complete based on all the open editor contents.
so you can open a list of business terms.
then you can complete it when other files are entered

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b649-2b20b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b649-2b20b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?