简体   繁体   中英

sublime showing file name on each line after save

After I save, there's a little pop up that shows the file name of what im working on. It's pretty frustrating to keep removing it after each time i save. 我救了之后

it is probably caused by JSLint Package for sublime. try to disable it in sublime

  • (command + shift + p on mac)
  • then type "disable package" then
  • type "JSLint"

These are the new inline errors introduced in Sublime Text Build 3124 (and Developer Build 3118), they usually indicate there's something wrong in your code.

If you think you have to, you can disable them entirely by setting show_errors_inline to false.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM