Top "Jetbrains-ide" questions

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

IntelliJ, is it possible to "Make controller" as in NetBeans?

Does anyone with IntelliJ & NetBeans experience know, if IntelliJ has some similar feature as for NetBeans "Make controller" when …

java intellij-idea javafx netbeans jetbrains-ide
Choose position of cursor after a live template

In IntelliJ IDEA, I have defined a live template like this: @Inject private void postInject() { //I want the cursor to …

intellij-idea jetbrains-ide live-templates
How to see Query Execution Time in DataGrip?

I am not able to see any query execution time option ORACLE DB's PL/SQL in JetBrain's DataGrip. There are …

sql jetbrains-ide datagrip
How do I enforce LF line endings in Jetbrains Rider 2018.1

I'm frequently running into line ending issues with my JetBrains Rider 2018.1 installation under Windows 10. The IDE turns existing LF files …

intellij-idea windows-10 jetbrains-ide line-endings rider
hide WebStorm toolbar showing browser icons

How do I hide the toolbar that shows browser icons floating above my code? I'm using WebStorm 64 bit, version 10.0.4, on …

ide webstorm jetbrains-ide
Enable horizontal scrolling Phpstorm

Is it possible to enable horizontal scrolling in Phpstorm? I have found nothing whilst searching through the settings.

phpstorm jetbrains-ide
Lowercase first letter in Apache Velocity

I've got this code, which converts "dotted" string to camelCase in WebStorm File Template: #set($Controller_name = ${StringUtils.removeAndHump(${NAME}, ".")}) …

webstorm velocity jetbrains-ide
PyCharm "Can't get remote credentials for deployment server"

After config remote interpreter and deployment I got the following error when PyCharm trying to install libs from requirements.txt …

pycharm admin jetbrains-ide
Shortcut key in PhpStorm to move to HTML end tag

Having a section of HTML tag: <div> /* a long long text */ </div> Suppose the caret is …

php phpstorm jetbrains-ide