PyCharm社区版Cython支持

自己在文件类型中加一个,名称叫【python+C】 ,文件名模式这一栏要加*.pyx的后缀,之后双击【python+C】编辑这个文件类型

这里1、2、3、4配置如下

python 复制代码
# 1
"
#
&
'
*
+
,
-
/
:
;
<
=
>
@
[
]
{
}

# 2
False
None
True
and
as
assert
break
cdef
cimport
class
continue
cpdef
ctypedef
def
del
elif
else
enum
except
extern
final
finally
for
from
gil
global
if
import
in
include
is
lambda
language_level
nogil
nonlocal
not
or
pass
raise
return
struct
try
union
while
with
yield

# 3
(
)

# 4
char
double
enum
float
int
long
short
unsigned
void

也可以按照自己喜欢的样式配置,关键字大概就这些

相关推荐
湫ccc7 小时前
《Python基础》之字符串格式化输出
开发语言·python
mqiqe8 小时前
Python MySQL通过Binlog 获取变更记录 恢复数据
开发语言·python·mysql
AttackingLin8 小时前
2024强网杯--babyheap house of apple2解法
linux·开发语言·python
哭泣的眼泪4088 小时前
解析粗糙度仪在工业制造及材料科学和建筑工程领域的重要性
python·算法·django·virtualenv·pygame
蓝黑20208 小时前
IntelliJ IDEA常用快捷键
java·ide·intellij-idea
锅巴编程8 小时前
VsCode 插件推荐(个人常用)
ide·vscode·编辑器
湫ccc9 小时前
《Python基础》之基本数据类型
开发语言·python
做个爱笑的大男孩9 小时前
VScode clangd插件安装
ide·vscode·编辑器
drebander10 小时前
使用 Java Stream 优雅实现List 转化为Map<key,Map<key,value>>
java·python·list
威威猫的栗子10 小时前
Python Turtle召唤童年:喜羊羊与灰太狼之懒羊羊绘画
开发语言·python