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.
我想用 Eclipse 验证 INI 文件的格式(语法检查)。我更喜欢使用 PHP 脚本的 DLTK 验证器(只需检查 @parse_ini_file 的返回值)。
如何在 Eclipse 中进行设置?
当我尝试设置脚本时,它会忽略我的 INI 文件,只检查 *.php 文件的更改。
在菜单窗口/首选项、常规/内容类型、测试/配置文件中,在“文件关联:”框中
检查:*.ini (locked)是否存在?如果不加进去。
*.ini (locked)
然后为 PHP INI 文件添加 DLTK 验证器。