Tabaloa

- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
Created Item template: Use uppercase for name
AnsweredHi, is it possible to use the upper case version of the specified name in item templates? Imagine I want to create a new file called "myClass.ts" and specify the name "myClass", but the class nam... -
Created Git - where do I see my outgoing commits?
AnsweredHi, there seems to be a lot of git features integrated into Rider, like rebasing, merging, fetching and stuff. Using git for several hours not, I wonder how can I see all my outgoing local commits? -
Created Build profiles are not shown
Hi, I changed the application path of a configuration. Since then, the profile is completely disappeared from the build profile dropdown list. How can I make it selectable again? -
Created Vue: Change import formatting
Hi, when I format my vuejs typescript file, it will list all imports from a specific packages vertically, each imported object in a new row. But I want to keep the "iteration" going until it hits t... -
Created Vue: Tab size and indent gets reset
Hi, I often change the tab size and indent to "4" as it expected from eslint. But I can see that the values are reset from time to time back to "2". Unfortunately, I cannot really reproduce when ... -
Created Select multiple nuget packages to be updated
AnsweredHi, currently it seems like that selecting multiple nuget packages is not possible. Can you please add this feature? It'd be nice if I could select multiple to delete or update: Update to a specifi... -
Created Close all instances from Windows Task bar not working
AnsweredHi, when I try to close all IDE instances from within the task bar, nothing happens. But when I close them manually (little preview when hovering over and clicking the app "X" symbol), it works j... -
Created Start new IDE instance from windows task bar
AnsweredHi, I'm used to start new instances of my applications by right click the application icon in the windows task bar and choose the default program start icon. With rider, the option is here but wh... -
Created Vue.js: v-for
Hi, I noticed that the intellisense for v-for within a vue template does not work. It cannot resolve the iteration-variable, here "dataColumn" -
Created Create multiple files at once
AnsweredHi, I use Vue.js not with Single Component files but I split them into three files (vue, ts, spec.ts). Is there a way I can create a template which will automatically create all three or at least...