Pydev icon indicating copy to clipboard operation
Pydev copied to clipboard

Python IDE for Eclipse

Results 7 Pydev issues
Sort by recently updated
recently updated
newest added

As Eclipse platform is also a repository, pydev projects could access contained bundles and use it to share scripts with the proper syntax. In previous implementation, variables using an expression...

Some functions provided by the modules exposed in pydev_saved_modules are used internally by pydev and can cause problems if a target mocks them out. For each module provided `_pydev_imps._pydev_saved_modules`, this...

Black usually formats pyi files (stubs) differently to how it formats py files. However, due to the way Pydev calls Black, it currently treats both file formats the same. Update...

hacktoberfest-accepted

PR for Ticket [\#1007](https://www.brainwy.com/tracker/PyDev/1007). Fixes issue with pipenv command line spinner filling up log. Noticed this bug awhile ago since support for pipenv was added and wanted to do something...

This aims to solve [https://www.brainwy.com/tracker/PyDev/956](https://www.brainwy.com/tracker/PyDev/956). The problem was that calling the `initializeDefaultPreferences()` methods manually (directly) caused the defaults loaded from `plugin_customization.ini` to be overridden. According to the documentation, this should...

Fix tooltip showing for nested method call. Calculate number of parentheses to skip instead of looking for the first one.

When flake8 location is specified directly, the arguments are before the command rather than after so it does not run