Spyder IDE是否提供文件差异和扩展功能。通过命令行合并配置?我没有在他们的文档中看到任何相关内容,也没有找到可能提供此功能的插件。默认情况下似乎没有相关选项:
~$ which spyder
//anaconda/envs/test_env/bin/spyder
~$ spyder --help
Usage: spyder [options] files
Options:
-h, --help show this help message and exit
--new-instance Run a new instance of Spyder, even if the single
instance mode has been turned on (default)
--defaults Reset configuration settings to defaults
--reset Remove all configuration files!
--optimize Optimize Spyder bytecode (this may require
administrative privileges)
-w WORKING_DIRECTORY, --workdir=WORKING_DIRECTORY
Default working directory
--show-console Do not hide parent console window (Windows)
--multithread Internal console is executed in another thread
(separate from main application thread)
--profile Profile mode (internal test, not related with Python
profiling)
--window-title=WINDOW_TITLE
String to show in the main window title
-p OPEN_PROJECT, --project=OPEN_PROJECT
Path that contains an Spyder project
感谢您的反馈。
答案 0 :(得分:0)
( Spyder维护者)
Spyder IDE是否提供文件差异和扩展功能。通过命令行合并配置?
不,它没有。还有其他IDE提供它,例如VSCode和Atom,但在其图形界面中没有通过其命令行选项。