devoxx / DevoxxGenieIDEAPlugin

DevoxxGenie is a plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Llama.cpp and Exo) and Cloud based LLMs to help review, test, explain your project code.
https://devoxx.com
MIT License
202 stars 28 forks source link

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

Open mydeveloperplanet opened 3 weeks ago

mydeveloperplanet commented 3 weeks ago

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:

mydeveloperplanet commented 3 weeks ago
Product extensions
IntelliJ tsx, jsx
Webstorm tsx, jsx