Automatic language detection #158
sangyuxiaowu
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I was already thinking about it, did some research and came across https://github.com/microsoft/vscode-languagedetection. This tool uses SnippetsLab. I have used this feature in SnippetsLab a little bit, not that I like it, I mean the idea in general. There are wrong identifications of the language. I will keep thinking in that direction. P.S. Search is available natively in OS just start typing the desired language when the selector is open. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One thing that feels troublesome to use is that the language needs to be manually selected and changed, and then the drop-down box is too long, and there is no search, it takes a long time to search, and it is dazzling.
Vscode provides a good program reference .
The automatic language detection feature uses machine learning to guess the language and the machine learning model runs entirely local on your machine. The model is powered by the open-source ML library, Tensorflow.js, and the ML model from Guesslang.
Beta Was this translation helpful? Give feedback.
All reactions