We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is intellisense in JavaScript file:
It shows description and example.
And this is intellisense in <script> block on Vue SFC:
<script>
It doesn't show description and example.
This is also occurrs on <script lang="ts"> block on Vue SFC:
<script lang="ts">
Minimal Reproduction: https://github.com/jefrydco/vue-intellisense-behaviour
The text was updated successfully, but these errors were encountered:
This is a special pre-processing recently added in VS Code: https://github.com/microsoft/vscode/blob/8ba70d8bdc3a10e3143cc4a131f333263bc48eef/extensions/typescript-language-features/src/utils/previewer.ts
I copied it over:
Sorry, something went wrong.
e21fe22
While at it I fixed hover/completion as well:
More fixes for #2193
dc7cc2e
No branches or pull requests
Info
Problem
This is intellisense in JavaScript file:
It shows description and example.
And this is intellisense in
<script>
block on Vue SFC:It doesn't show description and example.
This is also occurrs on
<script lang="ts">
block on Vue SFC:Reproducible Case
<script>
block on Vue SFCMinimal Reproduction: https://github.com/jefrydco/vue-intellisense-behaviour
The text was updated successfully, but these errors were encountered: