question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Code Completion in Processing IDE Python mode?

See original GitHub issue

I am using Processing 3.5.4 on macOS and although I have pdex.completion=true and pdex.completion.trigger=true and it works on Java mode, autocompletion doesn’t seem to work in Python mode.

Is this a problem on my end or is this feature just not implemented yet?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mlg556commented, Apr 26, 2020

Not to say this is a priority or even that useful, just that I don’t think it is impossible in un-type-hinted code.

Just wanted to add that autocompletion could be very useful for beginners when you can see a function, its description and its parameters on the screen while you’re typing; instead of searching through the reference page.

2reactions
mpsftwcommented, Apr 25, 2020

And here I’ve been typing out whole lines like a chump.

I just checked and it runs fine with JavaMode instead of Mode. I didn’t immediately jump out at me how to get code completion actually working, but it might be worth looking into. Seems like it’d be a pretty nice thing to have.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Questions about Python Mode - Processing 2.x and 3.x Forum
1) Processing sketches are classes that extend PApplet. PApplet's dependency on Applet was removed between 3.0a4 and 3.0a5. Python Mode would ...
Read more >
How to set up Python mode for Processing - GeeksforGeeks
Step 3: Processing IDE will be open. After that write your own code. Step 4: To set up python-mode for processing click on...
Read more >
Processing / Python Mode: 20 Minute Crash Course! - YouTube
Covers how to:- use the Python / Processing reference manual- drawing basics including ellipse and rectangles- use of fill for RGB colour- ...
Read more >
Modelling an epidemic with Python mode Processing - YouTube
See also p5.js code at https:// editor.p5js. org /mberry/sketches/sATSahcR.
Read more >
Processing.py in Ten Lessons – 1.1: Intro to Processing
Once this is complete, you can switch to Python mode. Switching to Python mode. You are now ready to write your first line...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found