IntelliJ showing section of code cursor is in
已回答
Hi all, In my previous version of IntellJ, the status bar showed the section of Vue code I am in, e.g., method, computed etc. However the latest version no longer does it and I cannot find the setting for it. Anyone know how to get it to display such information?
Cheers,
Vlad
请先登录再写评论。
Can you please share a bit more context around the problem? Which version of the IDE are you using? Could you share screenshots that show what is looks like on your end?
I am using 2024.2 at the moment. When I am editing a Java code, it shows the method I am in in the bottom left of the status bar. However, when I am editing a Vue code, it only show the name of the Vue file and not the section of code I am in. In the previous version (installed a couple of years ago), it will indicate if the cursor is in computed, methods, watch etc. I have the vue.js plugin installed.
Please see https://youtrack.jetbrains.com/issue/WEB-65211/Show-Vue-component-data-props-in-Navigation-bar-if-Show-members-is-enabled - is it the issue you refer to?
Yes. Although I am editing a Vue 2 project.
Thanks for clarification. Please vote for https://youtrack.jetbrains.com/issue/WEB-65211/Show-Vue-component-data-props-in-Navigation-bar-if-Show-members-is-enabled to get notified of any progress.
Will do. Interestingly enough it works with typescript files.