Tabaloa

- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
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... -
Created Databases in Jetbrains Rider
Hi, I got a microservice architectured application here, each microservice got it's own database, but on the same domain. Is it possible to add all databases in Rider and execute queries across t... -
Created Import support for static classes
Hi, when working with classes, the IntelliSense is better than in VS, like I see the classnames although the namespace is not imported yet. I wish I could use the same thing with static classes o... -
Edited Jetbrains Rider WPF: A loading screen that does not disappear
Hi there, I am trying just the WPF Designer and created a WPF .NET Framework project. In the upper right corner side, there is a loading screen that does not appear. What's its intend? PS: Oh, and...