jetbrains-ide

CLion inconsistent auto indentation for line comment

若如初见. 提交于 2019-12-03 16:12:30
There are some weird auto indentation going on in CLion that I don't understand why. Here is an example int i1(5); // some comments, then I hit Enter // auto indentation goes here. I hit Enter again // It goes here float f = 5; // some comments, then I hit Enter // then auto indentation goes here. I hit Enter again // It then goes here. float f2 = 6; // If I don't comment on the previous line, there is no weird indentation It seems like whenever I use = to initialize an variable, and then add comment at the end of the line, it will give me extra indentation on the next line. But in all other

PyCharm Django project fails to run with debugging

我的梦境 提交于 2019-12-03 15:50:12
For quite a while I have this weird problem on my Windows 10 machine. When trying to launch a Django server with (and sometimes even without) debugging on PyCharm, I get this error: ... pydev debugger: process 10532 is connecting Connected to pydev debugger (build 163.8233.8) Process finished with exit code -1073741819 (0xC0000005) That's how it looks without debugging: "C:\Program Files (x86)\PyCharm\bin\runnerw.exe" D:\project\env\Scripts\python.exe D:/project/manage.py runserver 80 Process finished with exit code -1073741819 (0xC0000005) The strangest thing is that if I re-run, some of the

Ubuntu phpstorm : Interpreter is not specified or valid

送分小仙女□ 提交于 2019-12-03 12:04:14
I am configuring debugger on phpstorm on Ubuntu. I easily could set interpreter's path like C:xampp/php properly on Windows. But linux should have different path for interpreter. I searched on this site a lot and on google too but could not get the answer. What should be php's interpreter path so that phpstorm recognizes it and thus i can do debugging? Anything missing?? Thanks. I think there's been a misunderstanding. include path should point to a folder containing PHP files, not PHP interpreter! Here's where you need to set the address: As the other answer pointed out, you can find the path

RubyMine - No Ruby interpreter configured for the project

点点圈 提交于 2019-12-03 12:00:36
I go to Settings - Ruby SDK and Gems, and pick out C:\RailsInstaller\Ruby1.9.3\bin\ruby.exe . It loads up a bunch of gems on the right side, and looks like it's going to work. I hit OK, and still have awful syntax highlighting and it still thinks it has no Ruby interpreter. I've tried invalidating the cache, and even downloading a new version of ruby and pointing it to the new binary ruby.exe file. Bharath Kumar I faced this problem when I moved my project to another PC running a different version of JRuby. resolution: close RubyMine delete .idea/ folder re-open project in RubyMine I had this

ReSharper cannot resolve symbol

不想你离开。 提交于 2019-12-03 07:17:45
I'm currently building an ASP.NET 5 (ASP.NET Core 1.0) MVC application. I'm using Visual Studio 2015 with ReSharper Ultimate 10.0.2. I currently have a 2-tier layer solution which consists of a Www (web application) and a Services layer. The Www has a reference to the Services layer. When ReSharper is suspended , the classes within the Www layer are able to invoke objects from the Services layer, as shown here: However, when ReSharper is enabled , I get the following message: Cannot resolve symbol 'Services' , as shown here: What I've tried: Clearing the caches from Tools -> Options ->

PhpStorm Git keeps saying: no changes detected

瘦欲@ 提交于 2019-12-03 05:36:49
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 Version Control -> GitHub. After that, I created a file and I didn't see any file in Changes list, under Version Control . I clicked Push and a dialog with message No changes detected appears. A month ago I tried to do the same with PyCharm and I got the same problem. I found an online blog which addressed the problem. I tried to do what all people said with no success. I've read something like IDE has

How to configure in IdeaVIM Ctrl + N and Ctrl + P completion from Vim?

≡放荡痞女 提交于 2019-12-03 05:33:48
问题 In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ? 回答1: Alt + / and Alt + Shift + / work both in plain IntelliJ and with IdeaVim installed. Please see documentation on JetBrains page - it's called Hippie Completion (newer versions call this completion Cyclic Expand Word). And of course you can always use Ctrl + Space , Ctrl + Shift + Space , Ctrl + Alt + Space . 回答2: I could not get CTRL-N and CTRL-P to work after mapping them to

Crash Jetbrains ide with Yosemite Mac osX (Webstorm, intellij)

限于喜欢 提交于 2019-12-03 03:32:51
This is a tip in reference to Yosemite ´s users (10.10). Yosemite erase 1.6 apple jdk and install 1.7, but JAVA´s IDE for example Intellij or Eclipse needs 1.6, if you haven´t reinstalled this version, your ide will crash at the beginning... after this process you can configure your ide with 1.7 version. Here the link : Apple JDK 1.6 Please do not edit your Info.plist file as it will break the application digital signature and prevent the patch updates . I was able to get phpStorm working properly again on my Mac ( Yosemite ) by installing this apple support package: Java for OS X 2014-001Java

NDK integration in Android studio

ぃ、小莉子 提交于 2019-12-02 22:07:30
Today I updated my android studio to 1.3 and I enter the NDK (android-ndk-r10e NDK version) path in local.properties (ndk.dir=C:\AndroidNDK\android-ndk-r10e\android-ndk-r10e) but I got this error. Error:Execution failed for task ':app:compileDebugNdk'. Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see http://tools.android.com/tech-docs/new-build-system/gradle-experimental . Set "android.useDeprecatedNdk=true" in gradle.properties to continue using the current NDK integration. please help me to solve this issue Set android

How to configure in IdeaVIM Ctrl + N and Ctrl + P completion from Vim?

旧城冷巷雨未停 提交于 2019-12-02 20:07:07
In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ? Michal Kordas Alt + / and Alt + Shift + / work both in plain IntelliJ and with IdeaVim installed. Please see documentation on JetBrains page - it's called Hippie Completion (newer versions call this completion Cyclic Expand Word). And of course you can always use Ctrl + Space , Ctrl + Shift + Space , Ctrl + Alt + Space . softw I could not get CTRL-N and CTRL-P to work after mapping them to "Cyclic Expand Word" and "Cyclic Expand Word (Backward)" in IDEA 2016.2.5 (while running IdeaVIM