It appears my OneDrive isn't available on Intellij. When creating or saving new projects, only folders within my local disk (C:) are available. No parent or sisters, just C:
Are there steps required to have access to onedrive on IntelliJ?
I downloaded .exe rather than .zip, maybe that's it?
Thanks
screenshot of IntelliJ's file explorer compared to my PC's file explorer. Only available location in IntelliJ is local disk.
IntelliJ File Trajectory
Related
I have a git repository where my selenium project is kept. Jenkins pick this project runs the mentioned test cases.
One of the test cases have file upload code. This code fails because the VM machine on which jenkins runs the code does have these files . We do not have access to this VM machine.
Is there a way to download the file from git project folder in jenkins server and then try to upload this file on the application.
I tried opening the file on git and then clicked on RAW , right clicked on the page and clicked on save as but it is opening the windows interaction of my local machine.
Please help.
When I create a Run Configuration for a project, pycharm will remember it as long as this project is opened in my IDE, or when I open it via the 'welcome to pycharm' window.
However, when I close my project and reopen it, I can’t find the config I saved before. Is there a way to find it again? Is it not saved in the .idea folder? (I'm running pycharm on mac os)
As #Eskapp said, run configurations are saved on per-project basis. If you want to share them between projects, please look at this topic: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206600965-Export-Import-Run-Configurations-
I'm using intellij TFS and ColdFusion. When I edit a file it is not locked except the .cfm files. When I look the TFS Version Control Information just the .cfm are locked. Where can I set the extension file list or what I should do to lock all files instead of using eclipse cold fusion IDE ? I'm using intellij ULTIMATE EAP 2018.1
Not sure if your IDE will respect the setting, but you can try changing the checkout settings for the project as described here https://learn.microsoft.com/en-us/vsts/tfvc/configure-check-out-settings
If I understand the question correctly, in IntelliJ TFS one can only lock/unlock files with a specific command in the context menu.
Moreover, the lock is not indicated in the UI - see
https://youtrack.jetbrains.com/issue/IDEA-124635
When setting a new project from existing remote files, PhpStorm copy them locally.
Is it possible to access and modify files from remote server without copying them locally , as Eclipse RSE plugin do?
I am setting up a laptop because my Ubuntu desktop has ended up in a state. The desktop starts in text-only mode - that is, no windowing environment.
I am starting up IntelliJ and prompted to import settings from another version of IntelliJ if I have them.
What I don't see is where that file (or what file) is stored on disk on my Ubuntu environment, and not sure if I can pick it up from the file system, move it across the network and import it into my new install of IntelliJ.
Thanks in advance
Settings are in s a hidden folder under your user home directory. The exact location depends on your OS and version. For further details, see: Directories used by the IDE to store settings, caches, plugins and logs.