Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it Possible to Disable PyDev Parameter Code Completion?

I am using the PyDev add-on for Eclipse, and most of the autocomplete features are helpful, but I would rather not have all of the parameters filled in for functions, especially when some of the arguments are optional. I could not find any way to disable this in preferences without disabling code completion altogether.

like image 248
womesiete Avatar asked Mar 08 '26 01:03

womesiete


1 Answers

You can leave Ctrl pressed when you apply the completion (this will leave both the parameters and the parenthesis out -- and will also override the next word).

like image 142
Fabio Zadrozny Avatar answered Mar 10 '26 15:03

Fabio Zadrozny