Type "///" will not auto create a block comment (/** * */) after I updated 2023.2.1
Answered
Hi,
I am using Rider for Unreal Engine 4.26 C++ development.
Before I updated Rider to 2023.2.1, I can type triple slash in the upper line of a property/method, it will auto change the 3 slash to
/**
* @brief
*/
But after I updated, this feature is gone and didn't change the 3 slash I typed. It is still “///”
Further information, I changed the color style from Resharper→Rider Dark(I don't know if this would help or not, just FYI)
Any idea to turn it on again?
Please sign in to leave a comment.
Hello,
Thank you for contacting Rider support and for reporting the issue.
It is a bug. I reported it to our tracker: Generating quick doc regression. Please follow the issue page for further updates.
We would appreciate it if you could upvote it to bring additional awareness to the issue.
As a workaround, you can use the Code | Document action.
Should you have any other questions or difficulties, please let me know.
Have a nice day!
Hi Dmitry Kazantsev,
Thanks for your reply! Yes I upvoted on the bug tracker.
Thanks for your quick temporary solution, it also works!
Thanks,
Cyrus