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?

0

you can try increasing ide.completion.variant.limit (let's say to 2000) in Help | Find Action | Registry...

0

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

0

This is not a limit then, the IDE most likely fails to detect the other nodes during static code analysis

0

Perhaps it is a bug in that case? I checked on VSCode, and it works just fine there, so this is specific to Webstorm

0

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

0

请先登录再写评论。