Why does automatic comment creation does not work on module class methods?
Hi,
When I try to create a comment on an class in module file (mjs), it is not created. E.g.
export default MyClass
{
init(version)
{
}
}
When I type "//*" directly before the init it is not creating any comment.
I have checked the plugins and the smart keys but they are all ok.
Any suggestions?
Please sign in to leave a comment.
is it about JSdoc comment creation? When I enter
/**
in
the comment is created for me:
Can you reproduce the issue in a new empty .mjs file?
Hi,
thanks for your comment. That is very strange. When I tested it this morning it works even with the old file.
Looks like there was something stuck in Intelliji which was corrected by a software restart.