intellij-idea Questions
2
I`m looking for a way to create an inspection rule in Intellij that identifies when there are inline comments and moves them to their own line above.
Example: Find
someCode() // someComment
and...
Loon asked 16/9, 2015 at 12:1
2
Solved
I was designated to make refactoring on a project, and I came across this situation
this.path = DESTINY + deploy.name() + FILE_SEPARATOR + delivery.getSystem().getCode()
+ FILE_SEPARATOR + deliv...
Nicole asked 31/1, 2018 at 13:16
2
Solved
With IntelliJ 2021.1, I have noticed the search of files or words across a project is a bit flakey.
So if you paste a word to search with cmd + shift + f, it struggles to find all the words, and if...
Adara asked 9/4, 2021 at 16:48
2
Solved
PS. There's a similar question here, but that is in mvn and my project is in sbt.
First up, a few required informations:
Spark Installed Version: 2.4.0
Scala Installed Version: 2.11.12
I'm try...
Pelagic asked 18/4, 2019 at 20:14
7
I have a Java web application that I have been working on 6 months ago and when I last worked on it, it would run perfectly. When I ran it again 6 months later I got this error "Can't find catalina...
Phantasm asked 3/6, 2014 at 12:43
2
Solved
I'd like to set some specific options in idea.vmoptions and idea.properties for IntelliJ IDEA 14, but I don't have access to those files in C:\Program Files\... (yes, that's Windows, don't troll ;)...
Giamo asked 22/4, 2015 at 11:22
3
I want to run a HelloWorld JavaFX 11 application using Maven from IntelliJ IDEA using a run/debug configuration to be able to debug the application.
I've created a Maven project in IntelliJ IDEA w...
Unstop asked 9/10, 2018 at 15:46
5
How can I test JavaScript code without using an additional framework such as Mocha? Is it possible to create a unit test case, write test functions manually, test the code, etc.?
I've tried to writ...
Pettish asked 4/10, 2019 at 19:25
1
I try to run Play project in IntelliJ IDEA. i follow this document.
this is my config. api is my sub project
But when I hit run icon, my service start successful and immediately AkkaHttpServer - St...
Laureate asked 31/7, 2020 at 3:25
5
Solved
Installed clean windows10(1607) and intellij idea(2020.1.2 community edition). When i create new gradle project
Invalid Gradle JDK configuration found. Open Gradle Settings
"gradle-wrapper.prop...
Sulphurous asked 8/6, 2020 at 16:24
2
Ever since I upgraded to latest community edition of IntelliJ 15.0.3, whenever I auto generate a step definition from the feature definition file using alt + enter, it creates the method in camel c...
Contextual asked 26/2, 2016 at 8:12
2
Solved
Unable to connect to db using IntelliJ on mac m1.
Installed MySQL using Homebrew, I am able to access MySQL via terminal, I don't know what I am doing wrong.
I have tried reinstalling, changing the...
Penetrating asked 24/2, 2023 at 20:35
3
Solved
I have a project in IntelliJ that has a number of syntactically correct and incorrect classes and a unit test that I've written for a particular class.
Is there a way to execute the test even tho...
Climax asked 28/4, 2017 at 12:37
2
My question is the same as the one posed here:
Ignore a folder in search results
I'm using PyCharm rather than IntelliJ-IDEA, but I'm guessing that features common to all JetBrains IDEs should work...
Iiette asked 23/8, 2022 at 0:9
4
Solved
I need an extension in intellij or vscode or some app to transform my codes into pdf.
I tried to use the app notion but it doesn't export with syntax highlighting.
*Edit:
I know it seems to have a ...
Homonym asked 12/11, 2022 at 22:26
7
Solved
I develop in Flutter for 1 year and suddenly I faced this error after launching IntelliJ IDEA. The Dart analysis has stopped to work. And only way to analyze code is via dart analyze lib/ that is s...
Picturize asked 23/10, 2020 at 12:37
2
I'm using IntelliJ IDEA 12 Ultimate for the trial period and came across a bit of a weird issue. While going through the code for a recent tutoring job, I had the screenshot below after trying to c...
Sotelo asked 13/11, 2013 at 20:18
8
For some of my modules Intellij IDEA is not importing the dependencies and plugins. Just the
live cycle is imported.
The poms are valid as I compile on the command line. I have deleted the modul...
Cragsman asked 18/3, 2015 at 13:45
5
Solved
Trying to update an application to Java 11 and after sorting through hell with modules I thought I had got rid of all the red errors and now I'm getting this one I've never seen before:
Looking ...
Tifanytiff asked 23/9, 2018 at 20:3
3
Solved
In order to utilise the new WebClient API, I've included spring-webflux in my Intellij project.
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
compile 'org.spri...
Reseat asked 19/6, 2020 at 23:14
7
I m getting this message when I try to pull or to push my commits using IntelliJ :
"Failed to start Git process"
In the settings of my IntelliJ I linked the git binary folder as this : C:\Prog...
Nonaggression asked 20/2, 2018 at 16:32
3
Solved
I want to write my test using pytest and to be able to run them (individually) in IntelliJ. I have pytest installed, along with (obviously) Python plugin for the IDE.
My test file (tests/test_main...
Berga asked 23/3, 2020 at 19:41
2
Recently, I have started getting the above issue in the debugger, where the debugger is not able to find the the 'this' i.e. the current object instance in Java (I am working on Java Project).
Alth...
Varnish asked 14/2, 2020 at 10:3
2
Having tried multiple color schemes I am not able to get Intellij IDEA v15 working properly on my Ubuntu box. I've upgraded from v14 but it had no results.
Am I missing something simple? No matte...
Cavefish asked 13/1, 2016 at 18:45
2
I'm working on an app whose logs are formatted as JSON with a structure similar to
{"level": "INFO", "lineno": 85, "timestamp": "2020-01-01", "...
Inquire asked 22/9, 2020 at 23:13
1 Next >
© 2022 - 2024 — McMap. All rights reserved.