You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is possible now - cool! see sveltejs/language-tools#442 (comment)
'mat' shorthand attribute will give us proper intellisense (props list) for the assigned 'material'!
It would be nice if we could get correct code completion of available properties based on the `material` attribute value / specified Material
240
-
Unfortunately this doesn't seem to be possible atm due to [Svelte language-tools limitations](https://github.com/sveltejs/language-tools/issues/442). 🤔
241
-
Any help / hints concerning this issue are very welcome! 👍
242
-
*/
243
-
244
-
/** Shorthand attribute for specifying / mutating **Material properties**. */
245
-
246
242
exportlet mau:boolean=undefined
247
243
248
244
$: if (mesh) {
@@ -275,7 +271,12 @@ This is a **svelthree** _Mesh_ Component.
It would be nice if we could get correct code completion of available properties based on the `material` attribute value / specified Material
251
-
Unfortunately this doesn't seem to be possible atm due to [Svelte language-tools limitations](https://github.com/sveltejs/language-tools/issues/442). 🤔
252
-
Any help / hints concerning this issue are very welcome! 👍
253
-
*/
254
-
255
-
/** Shorthand attribute for specifying / mutating **Material properties**. */
256
-
257
254
exportlet mau:boolean=undefined
258
255
259
256
$: if (points) {
@@ -286,7 +283,12 @@ This is a **svelthree** _Points_ Component.
0 commit comments