microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.36k stars 113 forks source link

Feature request: Check code if exercise was completed #218

Open GregorBiswanger opened 2 years ago

GregorBiswanger commented 2 years ago

Hi there, first thanks for the great extension! I can use this very well for my training courses. The only thing missing here is that it can be automatically checked whether the code has been implemented correctly. It may be all right for the sake of explanation. But unsuitable for real exercises.

Then it would be interesting to know how one can add hints for newly generated code files. E.g. class, you have now created the following Angular Components, now insert the following code here.

Do you think it would be realistic to include this feature?