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 + 左右箭头 ,实现追踪代码回跳到上次光标位置

相关推荐
习习.y9 分钟前
关于python中的面向对象
开发语言·python
hmbbcsm18 分钟前
练习python题目小记(六)
开发语言·python
wow_DG27 分钟前
【Python✨】VS Code 秒开 Python 类型检查:一招 mypy + settings.json 让你的 Bug 原地现形!
python·json·bug
Aspect of twilight44 分钟前
LeetCode华为大模型岗刷题
python·leetcode·华为·力扣·算法题
空影星1 小时前
高效追踪电脑使用时间,Tockler助你优化时间管理
python·django·flask
LiLiYuan.1 小时前
【Lombok库常用注解】
java·开发语言·python
不去幼儿园2 小时前
【启发式算法】灰狼优化算法(Grey Wolf Optimizer, GWO)详细介绍(Python)
人工智能·python·算法·机器学习·启发式算法
二川bro2 小时前
数据可视化进阶:Python动态图表制作实战
开发语言·python·信息可视化
青青子衿_212 小时前
TikTok爬取——视频、元数据、一级评论
爬虫·python·selenium
忘却的旋律dw3 小时前
使用LLM模型的tokenizer报错AttributeError: ‘dict‘ object has no attribute ‘model_type‘
人工智能·pytorch·python