spyder 快捷键
本文主要介绍了spyder的快捷键。
常用快捷键
快捷键 | 中文名称 |
---|---|
Ctrl+R | 替换文本 |
Ctrl+1 | 单行注释,单次注释,双次取消注释 |
Ctrl+4 | 块注释,单次注释,双次取消注释 |
F5 | 运行程序 |
Ctrl+P | 文件切换 |
Ctrl+L | 清除shell |
Ctrl+I | 查看某个函数的帮助文档 |
Ctrl+Shift+V | 调出变量窗口 |
Ctrl+up | 回到文档开头 |
Ctrl+down | 回到文档末尾 |
全部快捷键
context | name | shortcut | 中文名称 |
---|---|---|---|
- | close page | Ctrl+Shift +F4 | 关闭页面 |
- | configure | Ctrl+F6 | 配置 |
- | debug continue | Ctrl+F12 | 继续调试 |
- | debug exit | Ctrl+Shift+F12 | 调试退出 |
- | debug step into | Ctrl+F11 | 调试进入函数 |
- | debug step over | Ctrl+F10 | 调试跳出函数 |
- | debug step return | Ctrl+Shift+F11 | 调试返回 |
- | debug | Ctrl+F5 | 调试 |
- | file switche | Ctrl+P | 文件切换 |
- | find next | F3 | 查找下一个文件 |
- | find previous | Shift+F3 | 找到以前的文件 |
- | find text | Ctrl+F | 找到文本 |
- | fullscreen mode | F11 | 全屏模式 |
- | hide find and replace | EShiftCtrl | 隐藏查找和替换 |
- | layout preferences | Alt+Shift+P | 布局的设置 |
- | lock unlock panes | Ctrl+Shift+F5 | 锁解锁窗格 |
- | maximize pane | Ctrl+Alt+Shift+M | 最大化窗格 |
- | preferneces | Ctrl +Alt +Shift+P | 偏好 |
- | quit | Ctrl +Q | 退出 |
- | re-run last script | F6 | 最后重新运行脚本 |
- | repalce text | Ctrl +R | 替换文本 |
- | restart | Alt +Shift+R | 重新启动 |
- | run | F5 | 运行 |
- | save current layout | Alt +Shift+ S | 保存当前的布局 |
- | show toolbars | Alt +Shift+T | 显示工具栏 |
- | spyder documentation | F11 | spyder的文档 |
- | switch to breakpoints | Ctrl +Shift+B | 切换到断点 |
- | switch to console | Ctrl +Shift+C | 切换到控制台 |
- | switch to editor | Ctrl +Shift+E | 切换到编辑器 |
- | switch to explorer | Ctrl +Shift+X | 切换到浏览器 |
- | switch t find_in_files | Ctrl +Shift+F | 切换到 find_in_files |
- | switch to help | Ctrl +Shift+H | 切换到帮助 |
- | switch to historylog | Ctrl +Shift+L | 切换到historylog |
- | switch to ipython_console | Ctrl +Shift+I | 切换到ipython_console |
- | switch to onlinehelp | Ctrl +Shift+D | 切换到onlinehelp |
- | switch to outline_explorer | Ctrl +Shift+O | 切换到outline_explorer |
- | switch to project_explorer | Ctrl +Shift+P | 切换到project_explorer |
- | switch to variable_explorer | Ctrl +Shift+v | 切换到variable_explorer |
- | symbol finder | Ctrl +Alt +P | 符号查找器 |
- | use next layout | Alt +Shift+PageDoen | 使用下一个布局 |
- | use previous layout | Alt +Shift+PageUp | 使用上一个布局 |
array_builer | enter array inline | Ctrl +Alt +M | 进入array内联 |
array_builer | enter array table | Ctrl +M | 进入array表 |
console | clear line | Shift+Esc | 清除行 |
console | clear shell | Ctrl +L | 清除shell |
editor | inspect current object | Ctrl +I | 检查当前对象 |
editor | breakpoint | F12 | 断点 |
editor | blockcomment | Ctrl +4 | |
editor | close all | Ctrl +Shift+W | 关闭所有 |
editor | close file 1 | Ctrl +W | 关闭文件1 |
editor | close file 2 | Ctrl +F4 | 关闭文件2 |
editor | code completion | Ctrl +Space | 代码自动完成 |
editor | conditional breakpoint | SF12 | 条件断点 |
editor | copy line | Ctrl +Alt +Down | 复制行 |
editor | copy line | Ctrl +C | 复制行 |
editor | cut | Ctrl +X | 减少 |
editor | delete line | Ctrl +D | 删除一行 |
editor | delete line | Del | 删除一行 |
editor | duplicate line | Ctrl +Alt +Up | 重复的行 |
editor | end of document | Ctrl +Down | 最终的文档 |
editor | end of line | Meta + E | 每行的最后 |
editor | go to definition | Ctrl +G | 去定义 |
editor | go to line | Ctrl +L | 去行 |
editor | go to next file | Ctrl +Shift+Tab | 去下一个文件 |
editor | go to previous file | Ctrl +Tab | 去之前的文件 |
editor | inspect current object | Ctrl +I | 检查当前对象 |
editor | kell next word | Meta+D | 清楚下一个单词 |
editor | kill previous word | Meta+B | 清除上一个单词 |
editor | kill to line end | Meta+K | 清楚行的终点 |
editor | kill to line start | Meta+U | 清除行的开始 |
editor | last edit location | Ctrl +Alt +Shift+L | 最后编辑位置 |
editor | move line down | Alt +Down | 线向下移动 |
editor | move line up | Alt +Up | 线向上移动 |
editor | new file | Ctrl +N | 新建文件 |
editor | next char | Meta+F | 下一个单词 |
editor | next cursor position | Ctrl +Alt +Right | 下一个光标位置 |
editor | next line | Meta+N | 下一行 |
editor | next word | Meta+Right | 下一个词 |
editor | open file | Ctrl +O | 打开的文件 |
editor | open last closed | Ctrl +Shift+T | 打开上次关闭 |
editor | paste | Ctrl +V | 粘贴 |
editor | previous char | Meta+B | 之前的字符 |
editor | previous cursor position | Ctrl +Alt +L | 前一光标位置 |
editor | previous line | Meta+P | 前一行 |
editor | previous word | Meta+L | 以前的单词 |
editor | redo | Ctrl +Shift+Z | 重做 |
editor | rotate kill ring | Meta+Shift+Y | 旋转杀死环 |
editor | run cell and advance | Shift+R | 细胞和推进 |
editor | run cell | Ctrl +R | 运行单元 |
editor | run selection | F9 | 选择运行 |
editor | save all | Ctrl +Alt +S | 保存所有 |
editor | save as | Ctrl +Shift+S | 另存为 |
editor | save file | Ctrl +S | 保存文件 |
editor | select all | Ctrl +A | 选择所有 |
editor | show/hide outline | Ctrl +Alt +O | 显示/隐藏轮廓 |
editor | start of document | Ctrl +U | 开始的文档 |
editor | start of line | Meta+A | 开始行 |
editor | toggle comment | Ctrl +1 | 切换的评论 |
editor | transform to lowercase | Ctrl +U | 转换为小写字母 |
editor | transform to uppercaer | Ctrl +Shift+U | 变换大写字母 |
editor | unblockcomment | Ctrl +F5 | unblockcomment |
editor | undo | Ctrl +Z | 撤销 |
editor | yank | Meta+Y | 猛拉 |
editor | zoom in 1 | Ctrl ++ | 放大1 |
editor | zoom in 2 | Ctrl += | 放大2 |
editor | zoom out | Ctrl +- | 缩小 |
editor | zoom reset | Ctrl +0 | 变焦重置 |
ipython_console | new tab | Ctrl +T | 新标签页 |
ipython_console | reset namespace | Ctrl +Alt+R | 重置名称空间 |
ipython_console | reset kernel | Ctrl +. | 重置内核 |
profiler | run profiler | F10 | 运行分析器 |
pylint | run analysis | F8 | 运行分析 |
variable_explorer | copy | Ctrl +C | 复制 |
spyder 快捷键的更多相关文章
- spyder快捷键
ctrl+1:注释/反注释 ctrl+4/5:注释/反注释 tab/ shift+tab:缩进/反缩进 F5:全运行 F9:单行运行 F11:全屏 ctrl+I:显示帮助
- Spyder简述
导言 想打造轮子, 就必须要有一套完善的造轮子的工具. 我在jupyter+sciTE的组合里转来转去, 最后还是打算放弃这个组合, 因为离开了自动完成/调用提示/随时随地的访问文档帮助, 前行之路太 ...
- 推荐几款好用的python编辑器
1.自带的IDLE: (1)交互式代码编辑.在>>>提示符后输入python代码,按Enter键就可以显示代码命令执行结果. (2)脚本式代码编辑.选择File菜单里的newFil ...
- Spyder中的一些快捷键
熟练spyder中的一些快捷键后,能极大提升code效率. 这里列出常用的快捷键.(注:在spyder导航栏Tools-Preferences-Keyboard shortcut中有所有的快捷键) T ...
- Jupyter Notebook & Spyder 常用快捷键
Jupyter Notebook: 1. "shift + enter" notebook单元格内执行代码,并且自动跳至下一个的单元格 2. "tab" 自动补 ...
- spyder常用快捷键
Ctrl + 1: 注释/反注释 Ctrl + 4/5: 块注释/块反注释 Ctrl + L: 跳转到行号 Tab/Shift + Tab: 代码缩进/反缩进 Ctrl +I:显示帮助
- window下spyder的快捷键
块注释/块反注释 Ctrl + 4/5 断点设置 F12 关闭所有 Ctrl + Shift + W 代码完成 Ctrl +空格键 条件断点 SHIFT + F12 配置 F6 复制 Ctrl + C ...
- Anaconda的使用—Spyder常用快捷键
Ctrl + 1: 注释/反注释 Ctrl + 4/5: 块注释/块反注释 Ctrl + L: 跳转到行号 Tab/Shift + Tab: 代码缩进/反缩进 Ctrl +I:显示帮助
- Spyder在windows下常用快捷键
块注释/反块注释:Ctrl+4/5 行注释/反行注释:Ctrl+1 代码提示:Tab 复制一行:Ctrl+Alt+↓/↑ 删除一行:Ctrl+D 运行:F5 全屏:F11 撤销:Ctrl+Z 反撤销: ...
随机推荐
- PHP中的__call和__callStatic方法
如何防止调用不存在的方法而出错,使用__call魔术重载方法. __call方法原型如下: mixed __call(string $name,array $arguments) 当调用一个不可访问的 ...
- AWT/Swing——事件处理
前言 当用户点击图形界面上的一个按钮或者其他Component时要有所响应,这才是实现了图形界面的交互功能.如何做出这些响应我们就需要了解事件的处理机制.下面将分为以下内容介绍AWT(Swing)中事 ...
- eclipse如何将项目上传到码云
把Eclipse项目上传到码云的步骤: 一.将代码提交到本地 1.登录码云:新建项目 2.输入项目名: 3.空项目创建成功如下图: 4.右键点击Eclipse的项目,选择“Team”——>“Sh ...
- 18.Class 的基本语法
Class 的基本语法 Class 的基本语法 简介 JavaScript 语言中,生成实例对象的传统方法是通过构造函数.下面是一个例子. function Point(x, y) { this.x ...
- C# 获取当前屏幕的宽高和位置
上一篇博客<C# 获取当前屏幕DPI>,介绍了如何获取当前屏幕的DPI设置 本章主要介绍如何获取当前窗口所在屏幕的信息 当前屏幕信息 如果当前是单屏幕,可以直接获取主屏幕 var prim ...
- T-SQL :编程理论 (一)
SQL代表结构化查询语言,是一种在关系数据库系统中查询和管理数据的标准语言.sql语句也有几个类别,包括定义语言(DDL),数据操作语言(DML),数据控制语言(DCL). DDL包括create,a ...
- C#自动关闭弹出提示框
自动关闭弹出提示框(用一个小窗体显示提示信息):例如在一个form窗体中弹出自动关闭的提示框1.首先创建一个弹出提示信息的窗体 AutoCloseMassageBox,在里面拖一个lable控件,去掉 ...
- C#设计模式之三抽象工厂模式(AbstractFactory)【创建型】
一.引言 写了3篇有关设计模式的文章了,大家有了些反馈,说能从中学到一些东西,我感到很欣慰,那就继续努力.今天我要写第四个模式了,该模式叫抽象工厂.上一篇文章我们讲了[工厂方法]模式,它是为了解决[简 ...
- 你试过不用if撸代码吗?
译者按: 试着不用if撸代码,是件很有趣的事,而且,万一你领会了什么是“数据即代码,代码即数据”呢? 原文: Coding Tip: Try to Code Without If-statements ...
- xml方式封装数据方法
1.xml方式封装数据方法 2.demo <?php xml方式封装数据方法 /** * [xmlEncode description] * @param [type] $code [descr ...