How to add a custom file extension that has a dot (blade.php) in NetBeans?(如何在 NetBeans 中添加带有点 (blade.php) 的自定义文件扩展名?)
问题描述
我需要指定一个自定义扩展名,以便在 netbeans 中识别为 twig 文件('blade.php' 作为 'twig' 文件并适当地给我语法高亮和代码完成).使用文件关联选项的问题(在 Tools > Options > Miscellaneous > Files
中)是它不会让我添加 '.'在诸如blade.php 之类的扩展中,它可以与诸如php、html、css 等单字扩展一起使用.
如果有人能帮助我,我将不胜感激!
正如我所见,问题更以NetBeans 为中心,所以我还建议您向 NetBeans 提交错误报告社区.p>
- NetBeans 论坛.
- NetBeans 错误跟踪器.
也许将来他们可以解决这个问题.您还可以链接该问题,以便他们查看用户的反应.
I need to assign a custom extension to be recognized as a twig file in netbeans ('blade.php' as 'twig' file and give me syntax highlighting and code completion appropriately). The problem with using the File association option (in Tools > Options > Miscellaneous > Files
)
is that it won't let me add '.' in extension like blade.php, it works with single worded extensions like php, html, css etc.
Will be grateful if anybody can help me with this!
As I can see the problem is more NetBeans-centric, so I would also suggest you to file a bug report to the NetBeans community.
- The NetBeans forums.
- The NetBeans bug tracker.
Maybe in the future they can fix that issue. You may also link that question so they can see the user reactions.
这篇关于如何在 NetBeans 中添加带有点 (blade.php) 的自定义文件扩展名?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 NetBeans 中添加带有点 (blade.php) 的自定义文件扩展名?


基础教程推荐
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 如何替换eregi() 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01