vetur-extended

VSCode Extension for Vue@2 bringing more autocompletions in template & other features

MIT License

Stars
4
vetur-extended - v0.0.29 Latest Release

Published by zardoy 9 months ago

New Features

  • goToDefinitions: add settings to configure template definitions (#21)
vetur-extended - v0.0.28

Published by zardoy 9 months ago

Bug Fixes

  • goToDefinitions: remove component goto definition in script setup (#20)
vetur-extended - v0.0.27

Published by zardoy over 1 year ago

Bug Fixes

  • readme: add ts extension for native features! 945d18f9fce0fd560ee1d78282e084740979e716
vetur-extended - v0.0.26

Published by zardoy over 1 year ago

New Features

  • support js/ts for pinia store code acton (#18)
vetur-extended - v0.0.25

Published by zardoy over 1 year ago

Bug Fixes

  • add skipping 'at' rules by default (#17)
vetur-extended - v0.0.24

Published by zardoy over 1 year ago

New Features

  • createCssClassCommand: add create css class command (#16)
vetur-extended - v0.0.23

Published by zardoy over 1 year ago

New Features

  • introduce pinia store register code action (#14)
vetur-extended - v0.0.22

Published by zardoy over 1 year ago

New Features

  • add copy component name command (#15)
vetur-extended - v0.0.21

Published by zardoy almost 2 years ago

New Features

  • componentLinks: support new import type (#12)
vetur-extended - v0.0.20

Published by zardoy about 2 years ago

New Features

  • add auto expand tag + command (#11)
vetur-extended - v0.0.19

Published by zardoy about 2 years ago

New Features

  • focusVuexMapper command for components API
    You can now quickly focus vuex mapper or create one! 8aa7bc49e450b9297d0bb59a8df1da330db3d4f0
vetur-extended - v0.0.18

Published by zardoy over 2 years ago

New Features

  • add command Copy Styles with Clases From Template (#10)
    to bootstrap <styles> content using for all classes from <template> efbe63c95342c1f51580dd784a5baa3d8352b933
vetur-extended - v0.0.17

Published by zardoy over 2 years ago

New Features

  • enable web support
    should've enabled it a long time ago, hope it'll work
    however it sill relies on the Volar outline in the web 791da7e33c62d74eaf7e6d69437f707c73bf1674

Bug Fixes

  • completions: exit early on dot-property access (it was just too annoying) ac13cce64a7e7dffb3842f2a9f4f52cf6b162ff0
  • completions: skip unknown values ac13cce64a7e7dffb3842f2a9f4f52cf6b162ff0
  • references: don't match false results that had - e.g. component and component-variant are different 5486ed7ab38c9d454e0a3e86b6f9e4dde03b9d96
  • show completions when modifier is used e.g. @click.prevent b3fbc2abe0ab1542915e4eacdc15705f95f2cb06
vetur-extended - v0.0.16

Published by zardoy over 2 years ago

Bug Fixes

  • findReference: fix false results dut to part-matching 55e3f51
vetur-extended - v0.0.15

Published by zardoy over 2 years ago

New Features

  • Add find component references button (#7)
    Thanks @ILScc f93a0fb
vetur-extended - v0.0.14

Published by zardoy over 2 years ago

New Features

  • improve findComponentReferences
    now seeks for kebab-case variant as well 1aa4b2a
vetur-extended - v0.0.13

Published by zardoy over 2 years ago

Bug Fixes

  • correctly parse outline if using an older TS/Volar(takeover) versions
    an editor might steel need to be reopened on initial launch in this case e23cb61
vetur-extended - v0.0.12

Published by zardoy over 2 years ago

New Features

  • add experimental command for debugging webpack aliases 6ebb8e4
vetur-extended - v0.0.11

Published by zardoy over 2 years ago

New Features

  • add support for path & __dirname webpack aliases
    also (#5)
vetur-extended - v0.0.10

Published by zardoy over 2 years ago

New Features

  • add definitions (goto) for copmponents in <template> (#4)
    Co-authored-by: @ILScc
  • It brings restriction for using generics in TS script, since it is enabled globally per vue file
  • Can't be via disabling enableLinks 0678ff7