ton-blockchain / intellij-ton

TON Development plugin for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/23382-ton
GNU General Public License v3.0
79 stars 10 forks source link

Irrelevant code suggestions after . (dot) #14

Open nns2009 opened 2 years ago

nns2009 commented 2 years ago

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

andreypfau commented 10 months ago

Requires #118