Sublime Forum

I need a Help! Why the function names show three times on the popup menu?

#1

As the title states, the useState function name shows three times when I type it that I wanna import the function automatically. Here is my pic for showing what happened. What’s wrong with my sublime text? And how to let my editor only show once on the prompt menu? The main plugins I installed LSP, LSP-Typescript and some others not associated with the automatically import feature.

0 Likes

#3

Most likely 3 different sources (plugins?) provide completions at the same time, thus ST not de-duplicating them.

0 Likes