About the typo inspection dictionary.

已回答

I'm currently focus on a github action which do spell check for the stage of push or pull request, but it's failed to recognize words like `memset` or `memcpy` , to make a dict to cover all these c++ common words is quite a dirty work, so how can we get the clion's typo inspection's dictionary? Is it opensource?

Thanks.

0

请先登录再写评论。