Skip to content

scriptkitz/PythonStautsBarShowSymbol

Repository files navigation

PythonStautsBarShowSymbol

When edit a long python file, and the file contains more than one class, you may need to know the code under current cursor belongs to which the class, so this plug-in is displayed class name and function name in the statusbar. like this: -------->def testclass-->def testfunc

and,this plugin cando navigete backward or navigate forward like visual studio function.

In the statusbar displays the code under the cursor where the names of functions and classes.
在状态栏显示当前光标下的代码所在的函数和类名字.

例如 eg.:
----------------------------------------------------------------
| UTF-8, 3 matches -------->class test->def testFunc
----------------------------------------------------------------

addtion:
附加功能:
类似VS的 navagate forward - backward
ctrl+alt+u 回退前一个位置 navagate backward
ctrl+alt+i 前进一个位置 navagate forward

donate 捐助:
https://scriptkitz.github.io/PythonStautsBarShowSymbol/donate.html

About

like as the name, show cursor position which python symbol name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages