issues with webstorm code with me
Hi all. In my IT class, me and another student are working on a project with HTML and using webstorm code with me to simultaneously work on it together. Yet, there are a few problems we are facing.
1. My partner is the host of the code. Whenever i run/debug it, the page pops up on his monitors and not mine. How do i make it so that when I run it it comes on my computer??
2. I don't have access unless her emails me the share link at the start of every class. Is there any way to share it indefinitely? I am worried that one days he may be out and I will have no access to the code then.
please let me know, thank you so much.
请先登录再写评论。
1. Your partner can forward the web server port, and you will be able to open the website you are working on. Please refer to the following manual: https://www.jetbrains.com/help/idea/code-with-me.html#port_forwarding
2. The links are short-living for security reasons. Also, explicit permission from the host is required to connect. To access your project independently of a colleague, consider using a version control system such as Git and creating a remote repository with a service such as GitHub, GitLab, Bitbucket, etc.