Just started using Code Assist in VSCode. It seems to be working well for the most part. However, whenever I prompt it to write documentation for an open file, it explains the file instead of returning inline comments for sections of the code.
I’ve tried various prompts:
-
Write documentation for this file
-
Write inline documentation for this file
-
Re-write this code with documentation
-
Re-write the code and send me back a version I can copy
Any suggestions on how to best use Code Assist for writing documentation for existing code?