Questions tagged [jetbrains-ide]

For programming problems relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc. If the issue is related to JetBrains Toolbox, please use the [jetbrains-toolbox] tag instead. General computing questions about using the IDE would be better suited for Super User.

For general issues relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc.

Note: the JetBrains IDE platform shares a lot of common functionality between tools; if you believe you have a tool-specific issue, you should elect to use that tag instead. Some of the tools listed are , , , , , , and .


Tag renamed after a discussion - Should we burninate the [jetbrains] tag?

2557 questions
0
votes
0 answers

Write with new line if file exist else create one in JetBrains plugin development for Android Studio

I use this code to generate Compose Screen and add route name to Navigation File fun RecipeExecutor.customScreenRecipe( moduleData: ModuleTemplateData, screenName:String, includeNavigation:Boolean, packageName:String, ){ val…
Masum
  • 85
  • 3
  • 8
0
votes
0 answers

JetBrains Rider, no code editor code folding option

I cannot seem to enable to right settings to access the code editor option when wanting to surround custom regions of code in JetBrains Rider. I have seen some tutorials showing how its supposed to be working but I cannot get it right. I want to be…
TinusJvR
  • 1
  • 2
0
votes
0 answers

PhpStorm bug when run a theme

When I run a theme on PhpStorm, the screen goes completely black every few seconds and then clears up in less than .6 seconds, but this cycle continues, but when I use the theme itself, it's perfectly fine. I don't have explanation about this.
mahyar
  • 1
0
votes
0 answers

Rider IIS Publish cant select current project

I have a problem. I want to set up a publish profile in IIS, but the configurator cannot select the project I need. Screenshot below. Help. I try some helps, but it not working for me. I visited official site, but it didn't helped me.
LOVELASSSS
  • 11
  • 1
0
votes
1 answer

DataSpell variables are not available

After I executing some code cells, the Jupyter Variables explorer shows me 'Variables are not available' like the pic below shows, so that I cannot open a dataframe in sciview through it. I've ran the cells at least 100 times without any bug but the…
0
votes
1 answer

How to Plot in a new window in DataSpell

By default, JetBrains DataSpell shows plots inline in Python Console. Any Idea How to Change this Behavior and Show Plots in a New Window?
Pedram
  • 557
  • 5
  • 17
0
votes
0 answers

IntelliJ IDEA refuses to work after changing directory in which I make Java projects

For months now, I have been using IntelliJ IDEA to write my Java projects. I have always made them in the same directory, and never had any problems with the IDE. However, after starting a new college course of OOP in Java, I decided to save all my…
UrosDjosic
  • 45
  • 4
0
votes
0 answers

WebStorm-compatible referencing a config file in JSDoc

I have foo/defaults.yaml file in my project. Then there is foo.js that uses data from this file. I would like to make a JSDoc comment the following way: /** Actually launches real Foo missiles. The default values are read from @link…
nponeccop
  • 13,527
  • 1
  • 44
  • 106
0
votes
0 answers

Automatically add commas on Command+Enter in WebStorm

When I am in the middle of the line, I can press Command + Enter to go to the next line. How can I do that it also automatically was adding commas if I do this in arrays? For example, I want to add two plugins in the following ESLint…
Demian
  • 121
  • 3
  • 11
0
votes
0 answers

Can we add (program/script) custom warnings in JetBrains or Eclipse IDE

I want to look for ways to add warnings in the Eclipse or JetBrains IDE. Since we program embedded systems, so if it notices that an integer is used and can have a value between 0 and 256 then it should issue a warning to remind the programmer to…
0
votes
3 answers

Version of Delve is too old for Go version 1.20.0 (maximum supported version 1.19)

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 JetBrains Toolbox and didn't work. I uninstall it and…
0
votes
1 answer

JetBrains Rider: Selecting text trigger 'insert' button

I have a strange issue with JetBrains Rider. I write some text and then when I select a text with my mouse, to replace it or to copy it, suddenly, it seems like the 'insert' is clicked and strange stuff begin to happen rather than writing the new…
ibda
  • 376
  • 3
  • 15
0
votes
0 answers

Multiple languages in a single JetBrains IDE?

Novice question, perhaps, but — I've typically associated my projects with different IDEs based on language and on historical accident, but I have a project that has multiple languages (notably JavaScript and Python) and would prefer to have full…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
1 answer

How to create a live template in JetBrains IDEs to create hook state in React?

I'd like to create a live template to quickly add a new state variable using React hooks in PyCharm for example. I think I got something close to what I want (including state type for TypeScript): const [$1$, set$1$] = useState<$2$>($3$); $END$ But…
G. Vallereau
  • 141
  • 3
  • 8
0
votes
0 answers

Can't configure Docker in JetBrains IDE

I have installed Docker Desktop. hello-docker works fine from my cmd, but I can't configure Docker in my GoLand IDE, I get the following error: Cannot connect to the docker daemon at npipe:////./pipe/docker_engine. Is the docker daemon…
1 2 3
99
100