My settings for JetBrains IDEs
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
291 B

  1. <application>
  2. <component name="XDebuggerSettings">
  3. <data-views />
  4. <general />
  5. <debuggers>
  6. <debugger id="javascript">
  7. <configuration>
  8. <custom-object-presentation />
  9. </configuration>
  10. </debugger>
  11. </debuggers>
  12. </component>
  13. </application>