I am working on a large scale project and the functions definitions are long and I would like to highlight a line and keep it on my screen. For the sake of argument:
Suppose I have a function definition on line 15
foo(int a, float b, char c, ... ) {
When I scroll to line 600
I would like to able to see that definition stickied to my panel so I know the variables I am working on.
Is it possible ?
question from:
https://stackoverflow.com/questions/65916234/vs-code-selecting-a-line-to-be-always-shown 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…