My settings for JetBrains IDEs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
424 B

  1. <application>
  2. <component name="ParameterNameHintsSettings">
  3. <blacklists>
  4. <blacklist language="TypeScript" />
  5. </blacklists>
  6. <option id="js.param.hints.show.names.for.all.args" value="true" />
  7. <option id="js.only.show.names.for.all.args" value="true" />
  8. <disabledLanguages>
  9. <language id="TypeScript" />
  10. <language id="JavaScript" />
  11. </disabledLanguages>
  12. </component>
  13. </application>