KUB Extension packCommon VSCode extensions for KUB Developers. ESLintInplace javascript linting. https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint PrettierPrettier is a code formatter that will be used for javascript applications. Change the default formatter for VSCode to use prettier.
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode Java Prettier FormatterThis adds a plugin for prettier that allows it to format Java. https://marketplace.visualstudio.com/items?itemName=mwpb.java-prettier-formatter Ember.jsAdds autocompletion for ember components and helpers.
It also has integration with https://marketplace.visualstudio.com/items?itemName=EmberTooling.emberjs GitLens - Git SuperchargedThis adds a new section to your sidebar with lots of useful information about your repo. It also renders inline git blame information in your code. Take some time to read into the long list of features that this plugin adds. https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens Remote - SSHAllows SSH servers to be used as development environments. https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh Remote - ContainersAllows Docker Containers to be full development environments. https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers Remote - WSLAllows VS Code integration in WSL https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl HandlebarsThis will add syntax highlighting and code snippets. https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint MarkdownLintThis will add warnings to your editor if you violate common markdown conventions. https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint Enjoy! |