intellij-ton icon indicating copy to clipboard operation
intellij-ton copied to clipboard

Irrelevant code suggestions after . (dot)

Open nns2009 opened this issue 3 years ago • 1 comments
trafficstars

Create slice "cs", for example:

cell actions;
slice cs = actions.begin_parse();

Type cs.l (small L) then Ctrl+Space, suggestions show up, but

Current behavior: they include irrelevant suggestions = such that the first parameter of the function is not "slice" Expected behavior: only relevant suggestions (with first parameter of type "slice") show up

nns2009 avatar Apr 04 '22 14:04 nns2009

Requires #118

andreypfau avatar Dec 02 '23 03:12 andreypfau