editing the NetBeans source formatting standard(编辑 NetBeans 源格式标准)
问题描述
在执行Source->Format"时,是否有任何方法可以更改 NetBeans 自动格式化代码的标准?我好像记得在某处看到过这个选项,但我找不到任何关于它的信息.
Is there any way of changing the standard by which NetBeans automatically formats the code when doing "Source->Format"? I seem to remember seeing this option somewhere, but I can't find anything about it.
推荐答案
您可以更改非常有限的与格式相关的设置.
打开 netbeans IDE
转到工具->选项
单击选项对话框左上角的 Editor 按钮
单击格式选项卡
从语言选择框中选择 PHP
然后您将能够看到可以更改的所需设置.
You can change a very limited number of settings related to formatting.
open up netbeans IDE
Go to tools->options
click on Editor button on top left of the options dialog box
click on the formatting tab
select PHP from the language select box
then you would be able to see the required settings that can be changed.
最新版本 7.3 将解决您的大部分需求.
Latest version 7.3 will solve most of your needs.
这篇关于编辑 NetBeans 源格式标准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:编辑 NetBeans 源格式标准
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01