Tabaloa

- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
Created Authentication in Http Client (Scratches)
Hi, Im trying to use the Http Client in the "Scratch-Section" and I wonder if it's possible to use automatic authentication and if it work with 3rd party Auth & N provider like keycloak? -
Created Make git "Incoming changes" easier
AnsweredHi, I haven't found another way to find incoming changes than to compare the local branch with the remote origin branch and check what's not already included in my local branch. Could you please ... -
Created Run Jetbrains duplicate tool
Hi, I installed dupfinder and it outputs a XML file with all duplicates, costs and stuff. I wonder if it's possible to run dupfinder directly in Rider and get a nice graphical output? Kind regards -
Created Ignore *.js and *.js.map
Hi, is there a way to ignore the generated *.js and *.js.map files for typescript files? Additionally, I don't want to search through all these by default. Can both be achived? If not, I'd still ... -
Created VueJS: Increase max identation
AnsweredHi, I've found out that Rider formats a vue typescript file with a maximum of 5 identation, but then, the compilation process fails as "6 identations are expected, but the current is 5". Is ther... -
Created Is the Vue.js Parsing open source?
Hi, I wonder if the Vue.js integration in Rider is open sourced? I'd like to improve the handling of it for multi file components like IntelliSense for properties/events not always working (like... -
Created Profiling not available
Hi, I do not see the profiling buttons in the toolbar as shown here: https://www.jetbrains.com/help/rider/Profiling_Applications.html#step-1-configure-a-profiling-session as stated in the doc... -
Created Improve performance for "Syncing projects" for Vuejs
Hi, I recognized that the IDE command "Syncing projects" takes up to 10 minutes when opening my Node.js project in Rider or when doing a "git pull" or when something in "node_modules" changed. Th... -
Created How can I save the arrangements of the windows across projects?
Hi, I want my structure and favorite to be on the right side, so I just dragged and droppped them. After that, I clicked Window -> Store Current as Layout Default and opened up a new solution, but ... -
Created Attach to Vuejs
Hi, let's say I started my vue app with the windows terminal "yarn serve" and want to attach the debugger to that process because I don't like the Devtools of the common browsers. What can I do t...