Carlos Junior
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Rider removed the git branch in the latest version?
AnsweredAfter I updated my rider (version 2021.3.1) I can't find the "git branch" tab anymore, nor can i reinsert it into the bar Here are some images referring to what I'm talking about. Rider: Intell... -
Created mixing custom language
What I want:I want to mix in the same file a custom language with java (similar to plugin vuejs), having a limiter for each language. ex:[custom]// custom code[Java]// java code My progress:Searchi...