Python Forum
Thread Rating:
  • 3 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sublimetext and python
#1
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
Reply
#2
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.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
(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 .
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020