tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

code completion not working for npm installed project's svelte component #253

Closed yslim closed 2 years ago

yslim commented 2 years ago

package.json

   "devDependencies": {
      "@smui/button": "^5.0.0-beta.7",
// index.svelte
<script lang="ts">
  import Button from "@smui/button"
</script>

<Button  variant="raised" class="mdc-ripple-upgraded">ClickMe</Button>

What settings should I change to make it work?

Thanks in advance.

tomblachut commented 2 years ago

Hello! This is not implemented yet, sorry. There's already issue about that: #206