'Paste' is not available while PhpStorm is updating indices
Hi,
is it possible to fix somehow this error?
I'm merging two git branches and need to sync big pieces of code and this 'Paste' is not available while PhpStorm is updating indices error is too annoying,
beside that the normal key typing works find but I dont want to retype screens of code
thanks in advance
Please sign in to leave a comment.
normally full reindex takes up to 3-4min,
came back after lunch and it has been indexing for about 1h, looks like it is a real issue
finally solved, the issue was because I tried to copy/paste the code like
<div className="overlay" onClick={overlayClick}/>
so I copied it as two smaller pieces and no issue appears
This error looks absolutely crazy: why can't we paste text when it's re-indexing? The level of unresponsiveness and general lag that has been creeping into IJ products of late is troubling.
You can use the "paste as plain text" action (default keybinding CTRL+ALT+SHIFT+V) to paste under all circumstances. That seems to skip wahtever nonsense prevents _pasting text_ during a reindex.
As for why context menus now have a loading indicator, that's question for another time :D
Chriskitching, I can't reproduce this: https://drive.google.com/file/d/1Z34keaiT-U72VJPNMIucYy_lXX15k2q5
Could you please clarify what PhpStorm version you use and what file type you are pasting code into?