Webstorm completion limit
Hi,
I have noticed that Webstorm has a limit on the completion list. In my project I am using i18next, and we have a lot of suggestions for our translations. and now due to this, webstorm is unable to show the suggestions.
Is there a way I can increase the limit?
请先登录再写评论。
you can try increasing
ide.completion.variant.limit(let's say to 2000) inHelp | Find Action | Registry...Hi Elena, unfortunately it did not work :(
The completion list only shows the first node in the hierarchy, in the default namespace. All other namespaces are not shown
This is not a limit then, the IDE most likely fails to detect the other nodes during static code analysis
Perhaps it is a bug in that case? I checked on VSCode, and it works just fine there, so this is specific to Webstorm
I can't tell if it's a bug or not unless you provide a project/file(s) tat can be used to reproduce it