microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Check code if exercise was completed

GregorBiswanger opened this issue · comments

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?