我试图让从记事本++跳转到崇高的文本2。但是一个问题是这样做阻止我:
在CSS,JavaScript,或者PHP工作时 - 当我键入一个支架,然后按[ENTER],一个额外的缩进被添加。 例如下图显示的你在哪里尖号结束了,如果我键入一个支架并按回车键:
{
|
我需要插入符出现在相同的水平点作为支架,像这样:
{
|
我试着用缩进设置无济于事搞乱。 下面是我目前的用户设置:
{
"auto_indent": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"detect_indentation": false,
"font_face": "Courier New",
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"smart_indent": false,
"trim_automatic_white_space": false
}
更新:如果我设置auto_indent为false,这将创建一个不同的问题。 在这种情况下,光标将始终被放置在该行的开始。 例如
{
|
我也试图与文件/ JavaScript的打在包无济于事。
会很感激的解决方案,因为我真的想开始使用这个编辑器!
谢谢。