Joseph Martinot-Lagarde

Results 82 comments of Joseph Martinot-Lagarde

Just a remark, but is Ctrl+D really better than Replace All ? It looks cooler but the functionality looks the same. (Also Ctrl+D is currently set as delete current line).

No, it's not available currently. You can see it as an opportunity to become a spyder contributor !

Python has a string template, which is proven stable and maintained, and is not overkill. Using jinja to replace a few variables is really overkill, it's better to keep it...

I can try, but I can't find the executables, the links on https://taplo.tamasfe.dev/cli/installation/binary.html yield `not found` and there is only source code available on https://github.com/tamasfe/taplo/releases/tag/release-taplo-0.13.0. Do I have to compile...

If this is added, maybe the plugin should be renamed to "Linter" or "Formatter" instead of "Autopep8" ?

See also: https://github.com/myint/autoflake https://github.com/myint/pyformat https://github.com/myint/unify/blob/master/unify.py

A nice way of doing it would be to use a qTreeWidget to arrange all options, but it is currently not supported in SpyderConfigPage.

I think it's because of the xz package which can not be updated right now. The update fail silently without any feedback at all.

Not sure about it either but conda-manager is definitely lacking feedback about what is happening on the user's harddrive. I personally prefer having access to the stdout of the process,...

BTW you'll need to handle proxies...