Jump to content

Code Completion


Recommended Posts

Google didn't turn up anything possibly due to bad search terms on my part.

Is there a 3rd party python code editor that features syntax highlighting and code completion or vs.python?

 

 

The function documentation is hard to find things in but I reckon I could get very close with a few keys with code completion.  Certainly, works in xCode and Swift foundation to find the right function.

 

Link to comment

Hi Matt,

 

any Python-IDE can do this.

 

You can either put the vs.py next to your other py modules or better add a search path to the project that links to a folder where the vs.py is located.

Then you have to import it in the modules where vs-functions are called.

 

import vs

 

I use pydev for eclipse. The search path can be added in the project properties.

 

595b4aea75f86_Bildschirmfoto2017-07-04um09_58_52.png.29704ada90b96da76be7ac686b06d662.png

 

 

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...