A
A
Alexey Mistin2015-03-13 19:35:55
Programming
Alexey Mistin, 2015-03-13 19:35:55

How to open files in sublime text from code?

Hello.
Here I have a code in which I write import of some file.
Here is an example in python:

from django.contrib.auth.forms import UserCreationForm

How do I open the content of this UserCreationForm?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rapkin, 2015-03-13
@rapkin

you can use the keyboard shortcut (ctrl+T for Windows / cmd+T for Mac OSX) and start typing the file name, the sublime will search through all project files, you just need to select the one you need from the list

D
denizen, 2015-03-14
@denizen

Sublime Jedi can do this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question