PhpStorm File open issue - phpstorm

I new to using PhpStorm, I am trying to figure out 2 things which are giving me issues:
When i have the phpstorm already open and i use windows explorer to open a php file i get a cannot find file error. If I close PhpStorm and try to open, it works fine. Any reason why it happens do I need to change any settings?
How do I view projects I created using phpstorm any feature similar to eclipse so I can switch and back between multiple projects.
Thanks in advance.

It's a bug.
PhpStorm doesn't have workspaces concept, File | Reopen recent project is what you can use now.

Related

Atom packages not working even when enabled

I installed all Atom packages mentioned on this link.
atom-beautify
atom-ternjs
autoclose-html
emmet
csslint
pigments
language-ejs
atom-html-preview
Sublime-Style-Column-Selection
linter-eslint
I made an file index.html. But whenever I type something it doesn't show any suggestions. Also when I type html and hit tab or enter it doesn't show boilerplate code.
I tried disabling and then enabling, restarting Atom as well as Laptop but it didn't worked. I am working on Ubuntu 18.04.5 LTS.
How to resolve this ?
Try to create that new file with extension .html U must have not used the .html extension

VSCode - You don't have an extension for debugging HTML error

I worked a lot with Visual Studio Code, but since yesterday on all my devices it says: You don't have an extension for debugging HTML.
After a few tries I deleted VSCode and re-installed it. It worked right but as soon that I close VSCode and re-open it, the error keeps showing.
I've noticed that when I close it there is a tiny update box. I've reinstalled it a few times but it keeps happening.
Go to RUN and select ADD Configuration...
After select your browser and bingo!
It seems launch.json file is missing. Go to Run and Debug and click Create a launch.json.
Using launch.json didn't work for my html file. All I did was paste the path of the file into my browser and it worked fine for me.

Pycharm (Jetbrains): Disable non-project files access dialog

This window pops up everytime I run pycharm and try to edit something (auto-loading the default project):
https://www.jetbrains.com/help/idea/2016.1/non-project-files-access-dialog.html?origin=old_help
How do I disable it?
Just remove the .idea folder and reopen your project. It worked for me.
I had a similar problem with Phpstorm (also built by Jetbrains).
To fix, search plugin repositories inside your IDE for 'Non Project Files Unlocker' (In Phpstorm you go to Settings->plugins->browse repositories). Install it, and that popup will never show again!

Visual Studio 2013 Not Opening *.cshtml files

I cannot figure out why Visual Studio is not opening CSHTML files. The error message I get this:
The document cannot be opened. It has been renamed, deleted or moved.
The file exists. I can change the extension to .html and open the file no problem. If I change the extension back to .cshtml with the file still open it lets me modify it. If I close the file and try to open it again I get the above message. Every other file type will open except .cshtml. Any help would be GREATLY appreciated!!
**** UPDATE ****
Figured out that it has something to do with the HTML Editor used by default for .cshtml files. If I right click, open with... and select a different editor, it will open but I lose all intellisense and it doesn't recognize any of the razor syntax. Installing Update 4 for VS 2013 to see if that works.
Just Install Visual Studio 2013 Update 5, this will solve the problem
According to your try, it seems the Application (VS 2013) haven't granted necessary file operation permission on disk (this could be related to IDE files or project files). This could occur by a corrupted operating system.
Solution:
Check Directory permission manually OR Try to reinstall OS and then VS (reinstalling the VS itself doesn't take effect in many cases).
I had installed Xamarin studio and Xamarin for visual studio. Once I uninstalled Xamarin, the problem was solved!
Another thing I tried before removing Xamarin was I right click on .cshtml file and choose "Open with..." and then select "Source Code (Text) Editor". For me in this case i had intellisense.
Hope this helps a friend.

How to enable quick edits from file manager in PhpStorm after install

This post shows how to use quick edits, but how to open it from the system file manager by default? When I do open with in the context dialogue and then open it with phpstorm.exe, my PC ignores it and just goes back to Adobe Edge Code.
I'm using Windows 7 64 bit and PhpStorm 8.0.2
Thanks
I looked at this: http://msdn.microsoft.com/en-us/library/windows/desktop/cc144154(v=vs.85).aspx
But all I had to do was go the file properties > open with > browse.
No registry hacks!
However, this doesn't open in quick edit mode, but somewhat works. I guess it's just the way it is after reading this
I guess this should've been in SuperUser, but I thought it was something in PhpStorm that was the solution.