Python Forum
sublimetext and python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: sublimetext and python (/thread-2173.html)



sublimetext and python - shahpy - Feb-24-2017

hi
 i want to  use sublimetext for python coding
 how can i integrate python and sublimetext3 together
 i want auto completing future of sublime for python
 for example if i write
 import tk
 sublime must suggest me tkinter

 i have installed  this packages but it still dose not work:

 Jedi - Python autocompletion
 Python Fix Imports
 SublimeCodeIntel
 SublimeREPL
 Anaconda

 is there another package that i should install?

 or i have to do something more?

 thanks


RE: sublimetext and python - wavic - Feb-24-2017

How do you open the file? You have to open a .py template or open a new empty file and save it immediately as .py file to tell Subline Text that that is a Python script.

Also, in View menu, there is Syntax language to choose from.


RE: sublimetext and python - shahpy - Feb-26-2017

(Feb-24-2017, 04:57 AM)wavic Wrote: How do you open the file? You have to open a .py template or open a new empty file and save it immediately as .py file to tell Subline Text that that is a Python script.

Also, in View menu, there is Syntax language to choose from.

of course i,m in .py file .