VsCode error to create a new class definition.
Anyone else is passing through this issue?
Since last week when I create a new class definition, It is created without the full name into the signature class and I have to put it by myself.
I thougth that should be any configuration about the language patterns, but I didn`t found it..png)
Thank you all
Comments
Hi @Igor Barboza, this was changed for version 3.4.0 in PR #1681. You can view that and the linked issue for more detailed reasoning for the change, but in short we had reports of files being synced to the server automatically with incorrectly generated names. We decided that it would be preferable to avoid that at the cost of the user having to add the class name manually. The cursor will be automatically placed in the correct position in the document though.
Thank you so much Brett.