PHP 용으로 내 서브 스크립터를 가져 오는 데 어려움을 겪고 있습니다. 여기에 제 설정이 있습니다. 경험이있는 사람이 그것을 빨리 살펴보고 잘못 되었으면 알려주는 것이지요. 감사!Windows 용 PHP에서 ST3 SublimeLinter가 작동하지 않습니다.
Windows 시스템 경로 변수 :
C:\wamp\bin\php\php5.4.12;
SublimeLint 기본 설정 :
{
"default": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"mark_style": "outline",
"no_column_highlights_line": false,
"paths": {
"linux": [],
"osx": [],
"windows": ["C:\\wamp\\bin\\php\\php5.4.12"]
},
"python_paths": {
"linux": [],
"osx": [],
"windows": []
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": true,
"syntax_map": {
"python django": "python",
"html 5": "html",
"html (django)": "html",
"html (rails)": "html",
"php": "html"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
SublimeLinter-php 패키지 중 하나를 설치 했습니까? – MattDMo
아니 ... 그게 필요해? – user3388884