PDE(Processing Development Environment)默认是不开启代码提示功能的。

开启共需要两步:

1、找到preferences.txt文件路径

Processing中开启PDE代码提示的方法

2、修改preferences.txt

pdex.completion=true
pdex.completion.trigger=true

注意:先关闭PDE,再修改preferences.txt,否则修改无效。

如果一切正常,再次打开PDE就会看到如下画面:

Processing中开启PDE代码提示的方法

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2021-10-20
  • 2021-05-21
  • 2021-07-10
  • 2021-10-23
  • 2021-12-09
  • 2021-12-28
猜你喜欢
  • 2021-10-25
  • 2021-10-21
  • 2021-06-07
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案