Tabaloa

- Total activity 140
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 44
-
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... -
Edited Open a VUE (node.js) project within rider
Is there a possibility to open a vue project folder with rider? I know vue is available to rider but I cant seem to find a way to just a open like in VS Code. -
Created Debug client-side code (vuejs, jest, ...) applications
Hey there, I just wondered if it is possible to debug client-side code like jest, vue.js, and so on? Debugging within the browser like Google Chrome is a real pain, compared to the debug experien... -
Edited WPF - InitializeComponent cannot be found
Hi, after trying out Avalonia and returning to WPF, the editor is telling me that "InitializeComponent" within my UserControls is not defined. Example Code Behind XAML Edit: Got it, just ... -
Edited WPF Designer
Hi, will there be more support for WPF applications like a designer? Currently I like the progress in intellisense by including avalonia, but avalonia and WPF aren't the same thing. However, I'm mi... -
Created VueJS - Improve intellisense
Hi, first of all I want to say: The vue js integration in rider is awesome, even better than VSCode which makes it very pleasant to work with and the file/live code template makes it even better ... -
Created File Template - More control for integration (Icon, Availability)
Hi, I'm very into creating file templates and live code templates, as they increase productivity enormeously. However, I have some question about file templates: Is it possible to specify an ico...