You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently its required to manually select the language of a code snippet using the drop down menu.
Please add an 'auto detect' feature to detect which language to use based on snippet provided. This is similar to how Vscode is able to auto detect language via analysis of constructs used.
Currently its required to manually select the language of a code snippet using the drop down menu.
Please add an 'auto detect' feature to detect which language to use based on snippet provided. This is similar to how Vscode is able to auto detect language via analysis of constructs used.
Prewritten libraries exist to achieve this, such as https://github.com/ts95/lang-detector
The text was updated successfully, but these errors were encountered: