jetbrains-ide Questions
2
Is it possible to view all the methods and fields of a class, including inherited fields?
Something similar to the structure view but include all symbols.
Currently, I type this. and see all the su...
Instrumentality asked 7/9, 2022 at 10:50
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
2
In JetBrains IDEs (such as WebStorm) is there a keyboard shortcut to jump to the matching end HTML tag or matching beginning HTML tag?
Eleanor asked 8/1, 2016 at 7:23
3
Solved
To connect and set up properly with a command line, I "simply" have to do:
ssh <MY_USERNAME>@<URL> -L 1139:arcade:139
Enter <MY_PASSWORD>
psql -h postgres
\c ift2935
se...
Differentiable asked 20/2, 2019 at 4:5
11
Solved
I am new to Java programming language and the IntelliJ IDEA 2017.1 IDE.
I just installed the IDE and I activated all the various inspections but the IDE is unable to detect the errors any time I m...
Kyoko asked 9/4, 2017 at 13:55
8
I just updated to Android Studio 4.1 and upon startup the following issue is being thrown:
Internal error. Please refer to https://code.google.com/p/android/issues
java.util.concurrent.CompletionE...
Promising asked 13/10, 2020 at 5:36
14
Solved
When I try to run the server when I'm using PyCharm brings me this error
Jupyter server process exited with code 1
usage: jupyter.py [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [...
Miliary asked 30/11, 2022 at 16:36
2
Is there a way to do this in IntelliJ or PyCharm
I have huge constants file and want to be able to easily read through it alphabetically.
Vinegarette asked 5/2, 2020 at 17:46
12
I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn't have any problem with Git on NetBeans.
With PhpStorm I create the project clicking
Checkout from Ve...
Shaquitashara asked 12/3, 2014 at 0:6
5
Solved
I installed PyCharm and enabled PEP8 checks in Inspections.
If I write:
def func(argOne):
print(argOne)
The IDE shows me this warning:
Argument name should be lowercase
There is no option to ig...
Clearway asked 15/10, 2015 at 16:0
13
Solved
I am trying to set a breakpoint in JetBrains Rider, but the debugger isn't breaking.
I know for sure the application should reach the code I'm trying to break on, as changing string literals appea...
Immunology asked 30/7, 2018 at 10:58
8
I am using JetBrains Rider to run unit tests for a .net Core project. And for some reason, it is failing to recognize any of the test cases in the solution.
These test cases were being detected bef...
Hummock asked 20/4, 2021 at 20:57
4
I need someone to outline how to pass command line arguments to CLion. What I've found so far hasn't worked for me. Specifically I need to know how to pass multiple arguments to the program from th...
Neurath asked 10/2, 2016 at 14:34
3
Solved
According to the official website and their YouTube videos, Codeium Chat is supposed to be accessible from the JetBrains IDEs. But I have no way of accessing the chat window...
I wanted to know if ...
Medial asked 22/9, 2023 at 7:5
2
I have reinstalled the last version of IntelliJ IDEA and then when I try to format an SQL file, it orders all the lines as shown on the image.
However, I have not made any settings for SQL formatt...
Gradualism asked 22/4, 2022 at 18:2
12
Solved
I am currently using Windows 10 with WSL Ubuntu 18.04 installed. I am trying to use WSL as the default terminal in WebStorm however, I am able to use the bash from WSL but the default directory wou...
Batfowl asked 18/8, 2018 at 21:41
3
Solved
I was coding something and suddenly android studio started placing cursors on each and every selected line. I dont know if it is a feature that was fired because of some shortcuts that I am not awa...
Fiveandten asked 15/7, 2021 at 9:43
4
In IntelliJ IDEA and other JetBrains IDEs there is a setting I quite enjoy: When you delete an empty line, its cursor automatically move to the upper line, like this:
How can I assign this setting...
Swordplay asked 4/10, 2018 at 4:19
2
In Visual Studio, you get this when you step over a line while debugging:
I can't seem to find an equivalent in Rider. Is there something like it?
Starve asked 19/11, 2019 at 15:0
8
Solved
When start debbugging session in GoLand I get this error:
WARNING: undefined behavior - version of Delve is too old for Go version 1.20.0 (maximum supported version 1.19)
I reinstall it with JetB...
Director asked 27/2, 2023 at 21:35
1
Code With Me plugin from JetBrains now works with Android Studio. However each version of the plugin is compatible with a specific build of Android Studio according to this page.
However, Android S...
Longlimbed asked 8/12, 2021 at 19:20
4
Solved
I Am trying to add an environmental variable inside my spring-boot application.properties file. I know how to add it normally on a non spring-boot project, but I cannot find the field for adding en...
Ida asked 12/3, 2022 at 13:39
2
Solved
I'm working on a project for a upcoming job interview. I'm used to writing C# in Visual Studio, but since I've changed to Linux, I'm trying to use Rider.
In Visual Studio you can add multiple proje...
Crossman asked 28/4, 2022 at 15:55
28
I am writing a project using the Go language with GoLand IDE by Jetbrains.
While writing the code, GoLand shows me an error message such as "unresolved reference" when the reference do ex...
Puente asked 1/1, 2020 at 21:53
2
I'm using Next.js and Prisma for my current project but in my IDE (WebStorm currently), I am constantly getting the same warning on most CRUD queries in Prisma.
This is only in JetBrains WebStorm h...
Warfarin asked 10/11, 2023 at 8:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.