Simon H

Results 1050 comments of Simon H

About a better API: One possibility could be for plugins to be able to provide its own version of `findNodeAtOffset`. There's another method call `findSiblingAncestors` later on which I don't...

This sounds reasonable, but I'm still not quite sure about the API. In order to implement range formatting, a plugin also needs to provide an implementation of `canAttachComment`, because that's...

The problem is that Svelte does single file components, so css and html are in one place (that's possible for html, too, btw). So what would be needed is some...

When thinking about a solution, please also take into consideration how to handle source maps. Right now this is already problematic because there may be a script and a module-script...

Could you explain what the use case for this feature is and give some examples?

Thanks for explanation! So this is kind of the other end of #4599 . I'm not sure about the API proposal but I definitely agree that this makes sense to...

Right now we don't have mechanism for maintaining multiple languages of the docs. We are not sure yet how the best workflow would look like for us, though it's definitely...

I'm split. On one hand - yes, things can be undefined when they don't exist -, on the other hand, if you type this function you probably already made sure...

We had to work around this issue as well in language tools by inserting non-whitespacs characters at the end of each line to prevent this from slowing down.

We only can use built in functions which are part of the node versions Svelte currently supports