PHPDoc tag autocomplete misspellings
I noticed that in a PHPDoc block, the autocomplete for a tag was suggesting multiple versions of the same tag, one of which was misspelled: inerhitDoc, inheritdoc, inheritDoc. I assume that it's learning those values from my own previous typos and entries. Is there a way I can correct those values? Like, in this case, I would prefer for there to only be one suggestion, inheritDoc.
请先登录再写评论。
@inheritdocand@inheritDocare both correct, so you can't remove either of them, unfortunately.The misspelled
@inehritDoc, however, seems to only appear in completion when it actually is there in the code base - as soon as I correct the typo, it disappears from the list. Could you please check withEdit | Find | Find in Filesif you have ainehritmatch in your project?