Commit 9c983a27 authored by scriptkitz's avatar scriptkitz

add new 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.
parent 569c5c95
...@@ -1603,16 +1603,6 @@ ...@@ -1603,16 +1603,6 @@
} }
] ]
}, },
{
"name": "PythonStautsBarShowSymbol",
"details": "https://github.com/scriptkitz/PythonStautsBarShowSymbol",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/scriptkitz/PythonStautsBarShowSymbol/tree/master"
}
]
},
{ {
"name": "Python Unittest Helper", "name": "Python Unittest Helper",
"details": "https://github.com/dnatag/SublimePyunit", "details": "https://github.com/dnatag/SublimePyunit",
...@@ -1632,6 +1622,16 @@ ...@@ -1632,6 +1622,16 @@
} }
] ]
}, },
{
"name": "PythonStautsBarShowSymbol",
"details": "https://github.com/scriptkitz/PythonStautsBarShowSymbol",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/scriptkitz/PythonStautsBarShowSymbol/tree/master"
}
]
},
{ {
"name": "PythonTest", "name": "PythonTest",
"details": "https://github.com/jpellerin/PythonTestST3", "details": "https://github.com/jpellerin/PythonTestST3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment