Freeze row or selection
Hello, does phpstorm have any functionality twards Freezing, Fixing, Pinning a line of code or selection to always be sticked at the top of the page for example so it is always visible? Similar to Excel row freeze if you are familiar. Every keyword i tried to search for this function return only freezing in terms of crashing and software being slow.
Thank you!
Daniel
Please sign in to leave a comment.
Hey Daniel,
There is no such feature but here is a not identical but quite similar request for current context:
https://youtrack.jetbrains.com/issue/IDEA-295528/Sticky-Context-Info
Apart from that, I was not able to find any feature requests, so please feel free to submit your own. If you need any assistance in submitting the feature request, just let me know.
I do not have any experience with that part of the community so your help in requesting such a feature would be much appreciated!
No problem, I submitted a ticket for you:
https://youtrack.jetbrains.com/issue/IDEA-324334/Sticky-scroll-Make-it-possible-to-pin-specific-lines
Please feel free to vote & comment to get updates on this matter.
Awesome thank you! 1 question though. Isn't InteliJ IDEA a java IDE? Do these different software share the same features?
Basically, PhpStorm is built on an IntelliJ IDEA platform so a significant part of features is inherited from IDEA.
Moreover, IDEA has an PHP plugin, that is roughly and simply speaking, a PhpStorm itself :)
Daniel Spasenie
What are you trying to achieve BTW? I mean -- how do you plan to use it? What kind of info do you want to "stick"?
Maybe some existing functionality could be used right now, like vertical editor split perhaps?