context.vim icon indicating copy to clipboard operation
context.vim copied to clipboard

Can I configure context.vim to only show function name but not if/else stuffs?

Open xaljer opened this issue 5 years ago • 2 comments
trafficstars

Can I configure context.vim to only show function name but not if/else stuffs? They can be distinguished by indent?

xaljer avatar Aug 29 '20 04:08 xaljer

Hey, I don't think this is currently possible.

Could you clarify how you would like to define what exactly would be considered if/else stuff? Thanks!

wellle avatar Aug 30 '20 21:08 wellle

I think about context.vim as showing where am i in the nested blocks of code. So I want the ability to specify which levels of block need to show. For example, I select to show root level, it may means to showing the function header. Or, I only want to know the nearest level, or first 2 levels, etc,. I am not native speaker of English, I am not sure if I state it clearly~

xaljer avatar Sep 05 '20 04:09 xaljer