import com.intellij.codeInsight.lookup.LookupElement import com.intellij.openapi.editor.Editor import nl.hannahsten.texifyidea.file.LatexFileType import nl.hannahsten.texifyidea.lang.commands.LatexCommand import nl.hannahsten.texifyidea.lang.commands.LatexDelimiterCommand 0 comments on commit f3ade6d ...
1) Go to the line of unused import, press Ctrl + 1 which is an Eclipse shortcut of a quick fix, this will show a drop-down menu to fix this error and one of them would be “remove unused imports” and it will remove that import statement from Java file. 2) Above option is not...
bors bot merged commit c778251 into intellij-rust:master Jul 21, 2021 github-actions bot added this to the v152 milestone Jul 21, 2021 Kobzol deleted the ide-import-optimizer-remove-unused-imports branch July 21, 2021 11:12 mili-l self-assigned this Jul 28, 2021 ghost commented Feb...
If it helps, you can configure IDE to re-import the project automatically on build script changes: https://i.imgur.com/8urcNUX.png 0 Pano 创建于 2021年04月21日18:38 I'm facing the same problem as above. I created for this another post:https://intellij-sup...
importcom.intellij.refactoring.introduceParameter.Util;//導入方法依賴的package包/類privatestaticbooleanperform(booleanreplaceAllOccurences,intreplaceFieldsWithGetters, @NonNls String parameterName,booleansearchForSuper,booleandeclareFinal,finalbooleanremoveUnusedParameters,finalbooleangenerateDelegate,inte...
I've used the IntelliJ IDEA auto-formatter on affected files Remove unused imports after RemoveObjectsIsNull … 887425f tobli closed this Apr 2, 2024 Contributor Author tobli commented Apr 3, 2024 sorry, pushed diff before syncing fork. This PR is (largely) redundant Contributor knutwan...
It's not. Just so you know before you put your effort in fixing comments and IntelliJ hints: I already took a stab at it. Did you pushed already somewhere to compare with this cleanup-unused-imports branch? Nope. I dont dare to. I did all kinds of work in one go, and I know you...
intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.IconLoader; import com.intellij.util.containers.ContainerUtil; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.jetbrains.annotations.PropertyKey; import ...
import com.intellij.openapi.editor.Editor import net.dstribe.customize_word_separators.settings.AppSettingsState 1 change: 0 additions & 1 deletion 1 src/main/kotlin/net/dstribe/customize_word_separators/settings/AppSettingsState.kt Original file line numberDiff line numberDiff line change @@ -3,...
@@ -9,10 +9,6 @@ import com.intellij.util.ProcessingContext import java.io.File class FileReferenceLanguageProvider : CompletionProvider<CompletionParameters>() { companion object { const val FILE_REF_TYPE = "file" } override fun addCompletions( parameters: CompletionParameters, context: Processin...