mousazadehm:
hi everyone,
my code has been too long with a lot of long functions.
when I'm searching a keyword in my code, how can I find out where I am in the code (inside which function I am)?
the brackets of the function light up
there is also a function list
ALT + M
I think
mousazadehm #:
considering the function is too long and I'm in the middle of function and have no access to the brackets of the function.
if there is any solution to find out, except watching the brackets of the function.
Of course there is a solution - split the long function into several smaller ones. Long functions are bad and you already know why.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi everyone,
my code has been too long with a lot of long functions.
when I'm searching a keyword in my code, how can I find out where I am in the code (inside which function I am)?