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

find/show usage for atom? #186

Closed
gopig opened this issue Mar 5, 2013 · 3 comments
Closed

find/show usage for atom? #186

gopig opened this issue Mar 5, 2013 · 3 comments
Labels
Enhancement Ticket describes a possible improvement

Comments

@gopig
Copy link

gopig commented Mar 5, 2013

call:

request_money(Current, Max) ->
gen_server:cast(client, {request_money, {Current, Max}}).

handle:

handle_cast({request_money, {Current, Max}}, State) ->
lib_client:request_money(State#state.socket, Current, Max),
{noreply,State};

is there a quick way to jump between this two block?

@horkhe
Copy link
Contributor

horkhe commented Mar 5, 2013

Probably not, except for Ctrl+F for request_money. That is what I do.

@burkov
Copy link

burkov commented Jun 3, 2014

a bit better way: Ctrl + F12 (File Structure) and type request_money

@ignatov
Copy link
Owner

ignatov commented Sep 10, 2014

Fixed

@ignatov ignatov closed this as completed Sep 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Ticket describes a possible improvement
Projects
None yet
Development

No branches or pull requests

4 participants