Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Set default file extensions to be included based on IDEA type #310

Open
mydeveloperplanet opened this issue Oct 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mydeveloperplanet
Copy link
Collaborator

The default file extensions in the settings page contain many file extensions. It should default based on the IDEA type: IntelliJ, Webstorm, CLion, etc.

This can be done via the following check:

import com.intellij.util.PlatformUtils;
boolean isIntelliJ = PlatformUtils.isIntelliJ();

TBD:

  • list of product types and default extensions needs to be created.
  • how to test and verify this
@mydeveloperplanet
Copy link
Collaborator Author

Product extensions
IntelliJ tsx, jsx
Webstorm tsx, jsx

@stephanj stephanj added the enhancement New feature or request label Nov 8, 2024
@stephanj stephanj changed the title Set default file extensions to be included based on IDEA type [FEATURE] Set default file extensions to be included based on IDEA type Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants