Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
555 views
in Technique[技术] by (71.8m points)

autocomplete - Can I get predictive text input to work in VS Code in simple localization files?

I want to use VS Code (no alternative solution for me) for simple i18next localization of the browser extension (these are regular .json files in the "locales" directory). But the problem is this: when writing repeated text in the "message" section, predictive text input does not work (for example, as it is implemented in Notepad ++ or in Sublime Text with a plugin). The program contains the appropriate settings:

"editor.tabCompletion": "on",
"editor.wordBasedSuggestions": true,
"editor.wordBasedSuggestionsMode": "allDocuments",
"editor.quickSuggestions": {
   "other": true,
   "comments": true,
   "strings": true
        },
"editor.acceptSuggestionOnEnter": "on",
"editor.quickSuggestionsDelay": 10,
"editor.parameterHints.enabled": true

"All Autocomplete" extension works great in all cases except the above case. The question is, are there any similar extensions/ methods/ settings to solve this little problem and improve printing performance.

Thanks.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.8k users

...