Tabaloa

- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
Created Debugging: Throwing ArgumentException
Hey, when debugging, I can't see any values because an argument exception is thrown. Any ideas whats the reason for that? -
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... -
Edited Vue.js - Add documentation for property/event when hover over
HI, I'd like to see the documentation for a property or event when hovering over it in the *.vue file. For example : export default class MyComponent extends Vue { /** * Example doc *... -
Created Vue.js - Formatting code: Add space for annotation
Hi, I got code which looks like: @Prop({default: false}) The problem here is that there should be spaces added after the left curly brace and before the right curly brace. This is a vue.js projec...