thanks advance for this reply
Where could I find default package goto_line.py
You should install https://packagecontrol.io/packages/PackageResourceViewer to navigate around installed packages. Then, just open up the Command Palette, type PRV: O
and select PackageResourceViewer: Open Resource
, select the Default
package, and goto_line.py
.
You can then modify the file, if you wish and save it, and it will override the default version. Don’t forgot to delete your override when there is a new version of the package available (i.e. for the Default package, this is when there is a new build of ST released), otherwise you won’t see the official changes, which can cause problems/confusion. You can always re-apply the same changes to the new version of the file if you still need to.
thanks. Now I want to develop plugins for my sublime. like any others beginner I look through all of the sublime API. I just want to add a prompt view for my plugins. could you like help me how to kick off?