Unnecessary Inlay Hints in Svelte. #13868
Unanswered
shetty-tejas
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When using helix for svelte, there's a lot of unnecessary inlay hints when writing the template. Especially when I write the
{#snippet ...}
syntax:This is with Inlay Hints turned on:
and this is the same template with it off:
It works as expected when writing
ts
orjs
code within the<script>
tags, but breaks as soon as I start writing the template.The below code-block has the config.toml and languages.toml currently in use:
Reproduction Steps
No response
Helix log
No response
Platform
macOS 15.5
Terminal Emulator
Ghostty 1.1.3
Installation Method
brew
Helix Version
helix 25.01.1
Beta Was this translation helpful? Give feedback.
All reactions