|
|
|
|
|
by slazaro
3628 days ago
|
|
With Visual Studio, you can visually inline the definition of a function below its call by selecting "Peek Definition", which is close to what you're saying. You can only do it one at a time, and it's for quick scanning of what the function does, though. |
|