Python 开发工具 Pycharm —— 使用技巧Lv.1

Basic code completion Ctrl+空格 is available in the search field when you search for text in the current file Ctrl+F, so there is no need to type the entire string

基本代码完成Ctrl +空格可在搜索领域当你搜索文本在当前文件Ctrl + F,所以没有必要整个字符串类型
To make your printouts (File | Print) nice and informative, use keywords. For example, use D A T E DATE DATE and T I M E TIME TIME to specify the exact date and time of the printout.

要使您的打印输出(文件| Print)漂亮且信息丰富,请使用关键字。 例如,使用 D A T E DATE DATE和 T I M E TIME TIME来指定打印输出的确切日期和时间。
Use camel case in the Search Everywhere popup (double Shift) to filter the list of results when searching for a class, file, or symbol.

在Search Everywhere弹出框中使用驼峰大小写(双Shift)来过滤搜索类、文件或符号时的结果列表。
使用Ctrl + Alt + 左右箭头 ,实现追踪代码回跳到上次光标位置

相关推荐
一点.点20 分钟前
李沐动手深度学习(pycharm中运行笔记)——04.数据预处理
pytorch·笔记·python·深度学习·pycharm·动手深度学习
一点.点23 分钟前
李沐动手深度学习(pycharm中运行笔记)——07.自动求导
pytorch·笔记·python·深度学习·pycharm·动手深度学习
大霸王龙2 小时前
Python对比两张CAD图并标记差异的解决方案
python·opencv·计算机视觉
萧鼎2 小时前
PDFMathTranslate:让数学公式在PDF翻译中不再痛苦
python·pdf
@_猿来如此2 小时前
Django 实现电影推荐系统:从搭建到功能完善(附源码)
数据库·后端·python·django
Python×CATIA工业智造3 小时前
爬虫技术入门:基本原理、数据抓取与动态页面处理
爬虫·python·pycharm
fmdpenny3 小时前
用python写一个相机选型的简易程序
开发语言·python·数码相机
敲敲敲-敲代码3 小时前
【PyCharm- Python- ArcGIS】:安装一个和 ArcGIS 不冲突的独立 Python让PyCharm 使用 (解决全过程记录)
python·arcgis·pycharm
猿榜编程3 小时前
python基础-requests结合AI实现自动化数据抓取
开发语言·python·自动化
一键三联啊3 小时前
【FastJSON】的parse与parseObject
linux·前端·python