For programming problems relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc.
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-ideIn IntelliJ IDEA, I have defined a live template like this: @Inject private void postInject() { //I want the cursor to …
intellij-idea jetbrains-ide live-templatesI am not able to see any query execution time option ORACLE DB's PL/SQL in JetBrain's DataGrip. There are …
sql jetbrains-ide datagripI'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 riderHow 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-ideIs it possible to enable horizontal scrolling in Phpstorm? I have found nothing whilst searching through the settings.
phpstorm jetbrains-ideI've got this code, which converts "dotted" string to camelCase in WebStorm File Template: #set($Controller_name = ${StringUtils.removeAndHump(${NAME}, ".")}) …
webstorm velocity jetbrains-ideAfter config remote interpreter and deployment I got the following error when PyCharm trying to install libs from requirements.txt …
pycharm admin jetbrains-ideHaving a section of HTML tag: <div> /* a long long text */ </div> Suppose the caret is …
php phpstorm jetbrains-ide