1.0.120 • Published 2 years ago

gixdeko-comments v1.0.120

Weekly downloads
7
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

Intentions

  • Structure your thinking for an optimal innovative orientation.
  • Form a resemblant of an underlying structural tension while coding by marking(decorating) your intentions, observations, questions, state and see an interesting visual representation.

Preview

npm.io

Support

GIX-DEKO-COmments is an open source extension created for Visual Studio Code. While being free and open source, if you find it useful, please consider supporting it.

Dekos table

DekoNameGoalNoteSynonym
@vVisionA result we wantRecognizable sentence you can get the picture and say, I have reached that!@vision,@g,@goal
@aActionA phase/step in a plan to reach a goalIntermediary result to Vision that lined up you get the vision realized. Goes with a @v@action
@oObservationPoint an observation@Observation
@crCurrent RealityPicture where you are in relationship to the vision (@v)@s,@currentreality
@staStatusSame as @crI use it to state what is hapenning in code in contrast to @cr which is more charting related to vision (@v)@cr,@state,@status
@qQuestionA Question to create tensionUseful to give the mind a thing to do@question
@issueIssueDescribe an Issue@problem, @problematic
@contextContextDescribe the context in any doc
@conceptConceptHighlight a concept
@hypQuestionAn hypothesisFor researcher@hypothesis, @stchyp
@startumlUMLsee PlantUML
@startmcStart a MasterChartMasterChart description
@mcState a MasterChart goalTop level goal might help another action so you can see the whole hierarchy@MasterChart
@dataAbout DataSpecific to data@fields
@fieldsData propsEnnumerate data props@fields GoalText,DueDate,Note
@bugBugDescribe a bug@issue
@prereqPrerequisitDescribe a prerequisite@STCPrereq
@testtestingDescribe a test@tst
@insightInsightDescribe an insight@i
@dueDue DateDescribe when you want that done@d
@masteryMasteryDescribe a desired mastery@m,@mastering
@promisePromise classDescribe a desired promise class resolution@p
@resolvingPromise class resolvingDescribe a desired promise class resolution@res,@resolution,@to_resolve ,@resolved
@rejectingPromise class rejectionDescribe a desired promise class rejection@rejection,@reject,@to_reject,@rejected
_Separate code with visual//_ Different colored...
-Separate code with visual//-----Nice separator-----...
###...Contrasted visual separator//#### separator-----...

OTHER RESOURCES

Structural Thinking

STC Deko Tree



thanks to: aaron-bond from which this was based - inspired from Better Comments

Configuration

This extension can be configured in User Settings or Workspace settings.

"deko-comments.multilineComments": true
This setting will control whether multiline comments are styled using the annotation tags. When false, multiline comments will be presented without decoration.

"deko-comments.highlightPlainText": false
This setting will control whether comments in a plain text file are styled using the annotation tags. When true, the tags (defaults: ! * ? //) will be detected if they're the first character on a line.

deko-comments.tags
The tags are the characters or sequences used to mark a comment for decoration. The default 5 can be modifed to change the colors, and more can be added.

"deko-comments.tags": [
  {
    "tag": "!",
    "color": "#FF2D00",
    "strikethrough": false,
    "backgroundColor": "transparent"
  },
  {
    "tag": "?",
    "color": "#3498DB",
    "strikethrough": false,
    "backgroundColor": "transparent"
  },
  {
    "tag": "@v",
    "color": "#FF8C00",
    "strikethrough": false,
    "backgroundColor": "transparent"
  }
]

Supported Languages

  • Ada
  • AL
  • AsciiDoc
  • C
  • C#
  • C++
  • Clojure
  • COBOL
  • CoffeeScript
  • CSS
  • Dart
  • Dockerfile
  • Elixir
  • Erlang
  • F#
  • Fortran
  • gdscript
  • Go
  • GraphQL
  • Groovy
  • Haskell
  • Haxe
  • HiveQL
  • Handlebars
  • HTML
  • Java
  • JavaScript
  • JavaScript React
  • JSON with comments
  • Julia
  • Kotlin
  • LaTex (inlc. Bibtex/Biblatex)
  • Less
  • Lisp
  • Lua
  • Makefile
  • Markdown
  • Nim
  • MATLAB
  • Objective-C
  • Objective-C++
  • Pascal
  • Perl
  • Perl 6
  • PHP
  • Pig
  • PlantUML
  • PL/SQL
  • PowerShell
  • Puppet
  • Python
  • R
  • Racket
  • Ruby
  • Rust
  • SAS
  • Sass
  • Scala
  • SCSS
  • ShaderLab
  • ShellScript
  • SQL
  • STATA
  • Stylus
  • Swift
  • Tcl
  • Terraform
  • Twig
  • TypeScript
  • TypeScript React
  • Verilog
  • Visual Basic
  • Vue.js
  • YAML

Debugging temp

   
1.0.120

2 years ago

1.0.119

2 years ago

1.0.116

4 years ago

1.0.40

5 years ago