Skip to content

VSCode extension about the code generate for Dart lang

Notifications You must be signed in to change notification settings

kabuto412rock/DartKu

Repository files navigation

DartKu

This is a VSCode extension. the code generate for Dart lang, i created it just for fun, so don't expect this extension can help you(even me😂).

Features

  1. generate a simple constructor code

  2. 💩show super class document on the splited window(this's an experimental feature and using Dart command "goToSuper")

  3. generate final variables code.

Requirements

You should allready installed extension Dart in VSCode.

Commands you can use.

  1. DartKu.generateConstructor

Generate a simple constructor code (It can't understand what is your super class) The demo for Generate a simple constructor

  1. DartKu.showSuperClassIWant

Show super class document and it will split the window, its performance just like💩 The demo for showing the super class

  1. DartKu.generateFinalVariableInput

it will show a inputbox, then transform your input from [normal variable declartion] to [final variable decalration]. Example: You input "int a;double b=3.3;"and confirm then your editor will insert "final int a;\n final double b=3.3;\n" into your code. final variable decalration.gif

  1. DartKu.quickPickDartKu

Quick picker for the all DartKu commands. (Now just three commands above) DartKu Quick picker.gif

Whatever

this extension isn't worth to install and my english is too terriable to understand your any quesion, Haha. But i will do my best to understand😎 even my english levels likes 💩.

About

VSCode extension about the code generate for Dart lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published