You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have an option to go from cursor in IDE to Git repo and main/master branch where the code is. This is very useful as we often need to share code selection in main/master with teammates and there isn't a quick way to do this from the IDE.
Current Open Line Commit Link feature takes us to commit view and doesn't filter on the line.
The text was updated successfully, but these errors were encountered:
Try Open File Link - it should do what you expect. It matters if your current branch has a remote branch or not. If it does, that branch is opened, if it's not then commit link is.
Can we have an option to set a default branch as main/master/etc so that even if we are in a local branch, Open File Link should open the code in default branch? I have seen this feature in other tools--perhaps it was Github extension.
We should have an option to go from cursor in IDE to Git repo and main/master branch where the code is. This is very useful as we often need to share code selection in main/master with teammates and there isn't a quick way to do this from the IDE.
Current Open Line Commit Link feature takes us to commit view and doesn't filter on the line.
The text was updated successfully, but these errors were encountered: