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.
AndroidStudioSettings/CodeGPT_ConfigurationSettin...

24 lines
1003 B

<application>
<component name="CodeGPT_ConfigurationSettings_210">
<option name="chatCompletionSettings">
<ChatCompletionSettingsState>
<option name="sendWithCtrlEnter" value="true" />
</ChatCompletionSettingsState>
</option>
<option name="screenshotWatchPaths">
<list>
<option value="$USER_HOME$/Desktop" />
<option value="$USER_HOME$/Pictures" />
</list>
</option>
<option name="tableData">
<map>
<entry key="Explain" value="Explain the selected code {{selectedCode}}" />
<entry key="Find Bugs" value="Find bugs and output code with bugs fixed in the following code: {{selectedCode}}" />
<entry key="Optimize" value="Optimize the selected code {{selectedCode}}" />
<entry key="Refactor" value="Refactor the selected code {{selectedCode}}" />
<entry key="Write Tests" value="Write Tests for the selected code {{selectedCode}}" />
</map>
</option>
</component>
</application>