IntelliJ 12.0.2 makes automatically a code-reformat when I'm adding an import-line for new classes via the auto-import shortcut (alt+enter). I tried to disable this but found nothing... does anybody know how to disable automatic code-formatting in this case?
import com.intellij.openapi.project.DumbAwareAction import org.jetbrains.annotations.NonNls class DevInRunFileAction : DumbAwareAction() { class DevInsRunFileAction : DumbAwareAction() { override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT override fun update(e: AnActionEvent...
ImportIntentActivity.java RunIntentActivity.java receiver DynamicBroadcastReceivers.java shortcut Shortcut.java ShortcutManager.java tasker TaskPrefEditActivity.kt tile LayoutBoundsTile.java LayoutHierarchyTile.java LayoutInspectTileService.java widget ScriptWidget.java ScriptWidgetSettings...
The big feature from IntelliJ Platform that has landed in this update is the new high-contrast theme. It is part of our long-term commitment to make the IDE more accessible to everyone, and we plan to keep adding to this effort. You can enable the new theme inIDE Preferences | Appearanc...
importcom.intellij.codeInsight.completion.CompletionProcess;//導入方法依賴的package包/類publicstaticbooleanhasTemplatePrefix(LookupImpl lookup,charshortcutChar){ lookup.refreshUi(false,false);// to bring the list model up to dateCompletionProcess completion = CompletionService.getCompletio...
import com.intellij.openapi.options.ShowSettingsUtil class EditSettingsAction : AnAction() { init{ val presentation = getTemplatePresentation() presentation.text = AutoDevBundle.message("settings.autodev.others.editSettings") } override fun actionPerformed(event: AnActionEvent) { val project = event....
import com.intellij.openapi.project.Project /** * 编辑器文件切换组件,将 “编辑器文件切换事件监听” 注册到应用中 * * @author zhengkuan.yzk@alibaba-inc.com * @date 2018/6/20 */ class FileChangedComponent(private var project: Project) : ProjectComponent { override fun initComponent() { pro...
Start your app by running npm start, then press ^D on macOS or F9 on Windows and Linux or click the green debug icon to start debugging in WebStorm. The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine. Formatting Code Automatically ...