Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(2.0) Live templates #112

Open
MicroNovaX opened this issue Aug 6, 2023 · 1 comment
Open

(2.0) Live templates #112

MicroNovaX opened this issue Aug 6, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@MicroNovaX
Copy link

I propose to add live templates to the most frequently used pieces of code.

idea64_UDKJemcF5k

Ex:

  1. Bounce check bche
    if (flags & 1) { throw(error::bounce()); return (); }
  2. recvi
() recv_internal(int my_balance, int msg_value, cell in_msg_full, slice in_msg_body) impure {
    
}

  1. recve
() recv_external(slice in_msg_body) impure {
    
}

  1. gete
_ my_get_method() method_id {

}

and etc.

@andreypfau andreypfau added this to the 2.0 Release milestone Aug 7, 2023
@andreypfau andreypfau added the enhancement New feature or request label Aug 7, 2023
@andreypfau
Copy link
Member

i purpose use getm for 4. as an abbreviation of get method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants