jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
100 stars 87 forks source link

[Difficult] Language Server Support #195

Open tats-u opened 1 month ago

tats-u commented 1 month ago

I'd like to let learners complete symbol or keyword names by IntelliSense powered by Language Server Protocol like VS Code and IDEs.

I know this is super difficult; VPL jail server must manage and proxy language servers for each language.

This feature should be able to disabled by configuration in each test. Some tests are designed to force learners/students to remember the syntax or function names of a language.