Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 CommaIde 打开了这个简单的脚本:
#!/usr/bin/env perl6 my $str = 'foobar'; say $str;
IDE 突出显示单词“say”并出现错误:
子程序说没有定义
但是,如果我执行脚本,它运行正常。
其他核心方法(如 print、printf 等)也会发生同样的情况。
为什么他们不被认可?
软件版本:
谢谢你。
当我更改 SDKFile -> Project Structure -> Project -> SDK然后编辑文件时,我在 IntelliJ 插件中看到了这种行为。但是 IntelliJ 重启通常会修复它。
File -> Project Structure -> Project -> SDK