Closed easyfrog closed 8 years ago
Where does it say fn/1,2,3
, and what do you mean by directly previewing parameters?
Well, I have to modify the 'tern.py' file by myself, if it is a Function, it can directly preview some of its parameters now, rather than (fn/1) (fn/2)... And align the type to the right will looks more comfortable.
here is the tern.py I modified: tern.py.zip
Now I append the function's return type directly to sublime completion list.
here is the tern.py I modified: tern.py.zip
If you want to submit code, please use a github pull request, not zip files.
See #152
If this can directly preview parameters will more friendly then (fn/1,2,3,...).
like this one: