Rune Mehlsen

37 posts

Rune Mehlsen

Rune Mehlsen

@RuneMehlsen

🧩 Web Components enthusiast 💻 Co-founder & developer at Ideanote

Denmark Katılım Aralık 2012
206 Takip Edilen221 Takipçiler
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@abdonrd Unfortunately I've had some problems with my hands (it's slowly getting better), so I had to pause OSS development in the meantime. The Lit team has been really kind to offer their help on preparing lit-analyzer for the next version of Lit, so you can expect some updates soon 🙂
English
1
1
3
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@marcushellberg @gitpod Thanks for making me aware of this! I've now signed the agreement, and it should be available on Open VSX again 🙂
English
1
0
4
0
Marcus Hellberg
Marcus Hellberg@marcushellberg·
@RuneMehlsen, any chance you could add lit-plugin to Open VSX to make it available in @gitpod and other VS Code compatible editors? Looks like you need to agree to a new publisher agreement github.com/runem/lit-anal… Once you've used lit-plugin, there's no going back 🙂
English
1
0
3
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@justinfagnani Thank you so much! I've been working on this update for quite some time now, and I'm so excited to finally release it 😃
English
1
0
8
0
btopro seeks ubiquity
btopro seeks ubiquity@btopro·
@RuneMehlsen is there something that needs updated now that things are at 1.0.0 for VSCode to work? Followed the docs and updated the internal variable to find all my files but not autocompleting tags :(
Rune Mehlsen@RuneMehlsen

A new version of lit-plugin for @code is out now 🎉 ⚡️ Autocompletion for attributes, properties, events and slots 💅 CSS support out of the box 🔥 Improved web component analyzer 📝 Supports vscode custom html data format marketplace.visualstudio.com/items?itemName…

English
1
0
0
0
Rune Mehlsen retweetledi
Serhii Kulykov 🇺🇦
Serhii Kulykov 🇺🇦@serhiikulykov·
📣 Announcing <api-viewer> element 0.1.0 📖 UI for web-component-analyzer by @RuneMehlsen 🖋 Document your custom elements API ⚙️ Properties, attributes, events, slots 🛠️ Supports markdown in JSDoc comments github.com/web-padawan/ap…
English
2
32
86
0
Rune Mehlsen retweetledi
Justin Fagnani
Justin Fagnani@justinfagnani·
Want to typecheck and lint LitElement and lit-html templates in your build/test system? Now you can: npx lit-analyzer {src} --strict
Justin Fagnani tweet mediaJustin Fagnani tweet media
English
6
35
115
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@kennethrohde @daKmoR @code web-component-analyser is generic and focused on analyzing attrs,props,events,eg on Web Components built with any library but isn’t focus on how it’s rendered. The lit CLI would include all that and then also analyze the html as well. Im open for just having one single CLI tho :)
English
0
0
2
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
A new version of lit-plugin for @code is out now 🎉 ⚡️ Autocompletion for attributes, properties, events and slots 💅 CSS support out of the box 🔥 Improved web component analyzer 📝 Supports vscode custom html data format marketplace.visualstudio.com/items?itemName…
GIF
English
5
43
126
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@adamdbradley @kennethrohde @daKmoR @code Right now the library analyzes the typings outputted by stencil. This makes it possible to provide an excellent IDE experience for using web components made with stencil :-)
English
1
0
3
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@daKmoR @code I actually built a general web component analyzer that provides linting and documentation generation for web components and I’m planning on extracting lit-plugin functionality into a lit specific CLI: github.com/runem/web-comp…
English
2
1
4
0
Thomas Allmer
Thomas Allmer@daKmoR·
@RuneMehlsen @code That looks really nice :) did you had any contact with the vs code team itself? they are also interested in providing it: github.com/w3c/webcompone… moreover, it would be awesome to converge on an analyzer to build tools on top of it like html linting and documentation generation
English
2
0
7
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@daKmoR @code Thanks! :-) I have been following that thread closely which resulted in the custom html data format as of now. I will work on supporting formats that we agree on in the community.
English
1
0
2
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@justinfagnani @kennethrohde @code I agree! I added the list because people were confused of the difference. The lit-html vscode plugin is a great plugin and I’m also describing its strengths in the section before the comparison list :-)
English
1
0
2
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
I just published "lit-plugin": a vscode plugin that adds type checking, code completion and highlighting for lit-html. It automatically finds web components in your code and libraries! Please give it a try and tell me what you think :-) marketplace.visualstudio.com/items?itemName…
GIF
English
8
49
126
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@lastmjs @kennethrohde Regarding lit-plugin not finding props on custom elements please see the issue I just created on the repository: github.com/runem/ts-lit-p… As for using your own custom element function I recommend that you expand the HTMLElementTagNameMap TS interface (see example in the readme)
English
0
0
2
0
Rune Mehlsen
Rune Mehlsen@RuneMehlsen·
@lastmjs @kennethrohde How did you define the property? Right now it only looks at properties with the lit-element property-decorator and not general public fields on the class. Ill take a look at improving it this weekend :-)
English
2
0
1
0
lastmjs
lastmjs@lastmjs·
@RuneMehlsen @kennethrohde Alright, I'm trying it out. It's giving me an unknown attribute error when I'm trying to set a property on one of my custom elements...I have the property defined with TypeScript in my custom element
English
1
0
2
0