You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I\m trying to get to work the expanding of arguments when selecting a method from the suggestions, what happens its just the name of the method gets expanded but not the arguments.
what happens:
type x.some -> x.someMethod
what should happen:
type x.some -> x.someMethod(a,b,c);
It doesn't work for java but it works for rust.
I don't think it's a problem with the lsp because it works with another completion engine(lsp_compl).
I also have activated Luasnips
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I\m trying to get to work the expanding of arguments when selecting a method from the suggestions, what happens its just the name of the method gets expanded but not the arguments.
what happens:
type x.some -> x.someMethod
what should happen:
type x.some -> x.someMethod(a,b,c);
It doesn't work for java but it works for rust.
I don't think it's a problem with the lsp because it works with another completion engine(lsp_compl).
I also have activated Luasnips
Beta Was this translation helpful? Give feedback.
All reactions