Beep LIN

Results 19 comments of Beep LIN

I came from https://github.com/fabiospampinato/vscode-todo-plus/issues/210 and is suffering from the same lag in a 100 lines todo file. Have to reload vscode window again and again to avoid the lag. :(

I guess the lag is caused by redrawing the whole document each time the document is changed -- that is, each time a key is pressed. Maybe we could improved...

yes agree. better have a switch option.

@sqal I share the concern with you. :) Previously I tend to choose render functions rather than templates, in order to get full type inference support. However, in vue 3.0...

Currently in `vue-function-api` we can get `$router` and `$route` from `context.root`: ```js setup(props, context) { const path = computed(() => context.root.$route.path) ... } ``` And I agree it would be...

is this enhancement under working? I am considering commit a PR on it.

I saw the PR has been merged. Is it time to close this issue and publish a new version to npm? :)

https://github.com/almini/vue-meteor this project might be a solution for @zhongqf .