WebStorm on Mac : No administrative area found under /Users/[Name] - intellij-idea

After a while, using WebStorm, when I try to rename a folder or a file I get this error in the Rename pop up window.
java.io.IOException : com.intellij.openapi.vcs.VcsException: No administrative area found under /Users/[Name]/..../[ProjectName]
To fix the issue I have to use Invalidate Caches and restart... option but it is not very convenient.
Can anyone explain what is going on?

Just delete all of your .idea. folders and reopen IntelliJ.

Related

How do I remove my IntelliJ 2019.1 license?

I went through How do I remove my IntelliJ license? and follow all the steps as mentioned here.
For .IntelliJIdea2019.1 in Windows 10
locate the folder .IntelliJIdea2019.1
move the location .IntelliJIdea2019.1\config\eval
remove the file idea191.evaluation.key
But just after couple of mins, I'm getting below error and it causing the IDE to close out.
How to solve this issue ?
You can solve the issue by buying a license for IntelliJ IDEA. If you need an extended evaluation, you can obtain one by emailing sales#jetbrains.com.
Uninstall intellij app from the system
Remove the entire folder .IntelliJIdea2019.1
Get rid of JavaSoft folder with all subfolders from the registry
If you want your intellij's back, restart the system and install version 2019.1 again.
Goto bellow location
windows key+R tyepe %appdata% or
C:\Users\<username>\AppData\Roaming\JetBrains
and delete everything and restart the app will allow you to use evaluate again.

WebStorm/PhpStorm: navigating by file stopped working

The Ctrl+Shift+N opens the dialog box but.. does not find any file any more
I restarted the IDE: same problem: any idea on how to fix that ?
I just found the solution: Invalidate Cache and restart the IDE fixed the bug !
From the menu:
File > Invalidate Caches/Restart

Intellij Idea Code Completion not working

I just started Intellij Idea ( version 13.1.4 )today and noticed code completion with ctrl + space doesnt work anymore.
If i'm typing like a class the automatic popup still appears and i can autocomplete this way, but if i close the popup with esc i cannot open it with ctrl + space anymore.
My settings:
So Basic Completion is activated.
I tryed:
file-> invalid caches and restart
power mode off and one
No difference. Any help appreciated cause it kinda makes me mad :)
I had this same problem. Ended up being caused by me not having a directory marked as Sources Root.
To fix: right click on your src directory > Mark Directory As > Sources Root.

phpStorm 7 Code completion stopped working

I have been working with phpStorm and it had suddenly stopped showing suggestions for code completion. When i do Ctrl + space its behaving correctly by showing all the possible options in a drop down.
I have followed the below link and have did invalidate cache but still of no use.
PhpStorm code completion doesn't show core classes/extensions
My Setup is:
OS: Mac - 10.9.2 (Mavericks)
PHPStorm: 7.1.3
I just had the same problem, fixed it when I realized I mistakenly put PHPStorm in Power Save Mode. Click the little fellow on the bottom right of your PHPStorm window and switch that off
Indeed, the Power saving mode (File > Power Saving Mode) allow you to disable the code inspection functionnality.
However sometimes the PhpStorm code analysis failed and you lost your code completion. In this case you juste have to ask for a new code analysis (File > Synchronize [CTRL+ALT+Y]) or invalid the cache and force a restart (File > Invalid cache / Restart).
Hope that helps.
Invalidating the cache did not work for me, but this did:
Enable power save mode (File > Power Save Mode), then disable it.
If your are using a Linux distro (Ubuntu, Debian, Centos) etc, it is due to ibus.
Just change the Shortcut (run: ibus-setup and change to Super+Ctrl+Space for instance) and everything will be fine again.
Or (my favorite): uninstall ibus if you are not using it.
In a Debian/Ubuntu distro should be:
sudo apt-get remove ibus
Ctrl+Space autocompletion should be back.
It was power saving mode for me too. It's an option at the bottom of the File menu.
install a previous version
https://www.jetbrains.com/phpstorm/download/other.html
Worked for me after I tried everything.
I struggled with this for a few hours this morning. After invalidation of caches, a complete reinstall, etc.. nothing worked.
I closed phpstorm and removed the .idea folder in the filesystem. I then renamed the project folder and reopened it. Autocomplete was now working!
I noticed that phpstorm then created the old project directory in the background, even though I did not open it and put a .idea folder in it. Something is obviously corrupted here.
" ... stopped showing suggestions for code completion".
On mac you can invoke it by fn+ctrl+space.
Going to php-storm -> Settings -> Keymap -> Set Active Changelist you can see it is associated with ^+space.
on windows ctrl+space

flash builder crashes at startup

I have the following problem
WHen lunching FlashBuilder.exe (BURRITO): it crashes and creates an error log file such us:
hs_err_pid7084.log and following
But when I munch FlashBuilderC.exe : it opens a CMD dos window and flash builder starts.
I tried to reinstall it : no way.
Can one help me ?
I found a solution removeing some .metadatas in Eclips or similar but I cannot find it any more
Regards
It may be a little bit late for an answer, but you can try to do this:
Step 1:
Go to your User directory and navigate to your Flash Builder Files:
FOR WINDOWS:
C:\Users\[YOUR USER] \Adobe Flash Builder
4.5\.metadata\.plugins\org.eclipse.core.resources\
FOR OSX {FILES HIDDEN}:
[Flash Builder Workspace
Directory]\.metadata\org.eclipse.core.resources\
Step 2:
If there is a ".snap" file, delete it and then start "FlashBuilderC.exe" in Admin-Mode
FOR WINDOWS BY DEFAULT:
C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\
Step 3:
Close Flash Builder again and then open Flash Builder normally (should work again)
I hope this helps someone.
I've had this problem a couple of times. For the first time, deleting the .snap file worked. Not the second time, however.
I looked at the log file for the workspace located under the .metadata folder (inside your Flash Builder files, typically: c:\Users\[YOUR USER]\Adobe Flash Builder 4.5\), and found the following line towards the end:
!MESSAGE Job found still running after platform shutdown. Jobs
should be canceled by the plugin that scheduled them during shutdown:
I solved this by deleting the file workbench.xml in the org.eclipse.ui.workbench folder under the .plugins one, and then starting up the Flash Builder again.
The workspace at least opened, admittedly with a problematic project but at least I could fix it from there.
Try deleting:
C:\Users\[USERNAME]\Adobe Flash Builder 4.7\.metadata\.plugins\org.eclipse.ui.workbench
When this happens, I usuall just delete the metadata from my workspace and the reimport all the existing projects to workspace.
Run the following inside your workspace:
$ rm -rf .metadata
This was happening often enough for me that I ended up writing a batch file to fix the issue, using Marchar and fenomas's posts - thanks guys! (Note - ensure the Flash Builder process has been killed before running it)
cd C:\Users\[your name here]\Adobe Flash Builder 4.7\.metadata
del .lock
cd C:\Users\[your name here]\Adobe Flash Builder 4.7\.metadata\.plugins\org.eclipse.core.resources
del .snap
My eventual solution:
Rename the workspace folder. [My default was at C:\Users\jhouser\Adobe Flash Builder 4]
Start up Flash Builder. Behold! It starts! All the projects are now broken because the paths are now incorrect.
Shut down Flash Builder.
Rename the workspace folder back to what it was.
Start up Flash Builder.
I had the same experience as Apollo M. Deleting the .snap and .lock files didn't work for me.
I located the workbench.xml file (C:\Users[your name here]\Documents[your project directory].metadata.plugins\org.eclipse.ui.workbench) and deleted the individual entries under the "" tag.
Nice thing about this is that my workspace opened correctly, with no need to re-import my projects.