Skip to content

Latest commit

 

History

History
257 lines (221 loc) · 10.7 KB

lista.md

File metadata and controls

257 lines (221 loc) · 10.7 KB

https://github.com/markodenic/web-development-resources

fastest fingers

win10

Developer

VS

Testing


VS Code

configuraciones:

  1. Configuración de bindings sobre-escritos
// Place your key bindings in this file to override the defaults
[
    {
        "key": "ctrl+alt+a",
        "command": "wwm.aligncode",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "ctrl+r ctrl+t",
        "command": "editor.action.changeAll",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "ctrl+f2",
        "command": "explorer.newFile"
    }
]
  1. configuración para colorizar los brackets:
 "editor.bracketPairColorization.enabled": true,
    "workbench.colorCustomizations": {
        "editorBracketHighlight.foreground1": "#5caeef",
        "editorBracketHighlight.foreground2": "#dfb976",
        "editorBracketHighlight.foreground3": "#c172d9",
        "editorBracketHighlight.foreground4": "#4fb1bc",
        "editorBracketHighlight.foreground5": "#97c26c",
        "editorBracketHighlight.foreground6": "#abb2c0",
        "editorBracketHighlight.unexpectedBracket.foreground": "#db6165"
      }
  1. configuración para github copilot
    {
        "key": "alt+k alt+j",
        "command": "editor.action.inlineSuggest.trigger",
        "when": "config.github.copilot.inlineSuggest.enable && editorTextFocus && !editorHasSelection && !inlineSuggestionsVisible"
    },
    {
        "key": "alt+oem_5",
        "command": "-editor.action.inlineSuggest.trigger",
        "when": "config.github.copilot.inlineSuggest.enable && editorTextFocus && !editorHasSelection && !inlineSuggestionsVisible"
    },
    {
        "key": "alt+k alt+i",
        "command": "github.copilot.generate",
        "when": "editorTextFocus && github.copilot.activated"
    },
    {
        "key": "ctrl+enter",
        "command": "-github.copilot.generate",
        "when": "editorTextFocus && github.copilot.activated"
    }


IntelliJ


Google Chrome Extensions:

Software & Design

  • VisBug (herramientas para ver y modificar html en vivo)
  • JSON Viewer Pro
  • Wappalyzer
  • Markdown Here (agrega un menu contextual para convertir el MD en Html) util para correos rápidos
  • Image Downloader (Pact Interactive)
  • Octotree (show files as explorer)
  • WhatFont
  • ColorZilla
  • Vytal (spoof timezone)

Productivity

  • feedly (fav admin)

Learn Language

  • Mate Translate (traduce al click)
  • Toucan

Wpf

VS extensibility Samples

MSIX

https://github.com/microsoft/MSIX-Labs/releases/tag/1.1

Learn

Software

Algoritmos

DataScience

Architecture

Music

Books

Roadmaps

Platform Online

Blazor

BlazorWeb

Proyects

C# Post

Q

See Syntax Tree

Shortcut

//select up scope Shift + Alt + + //select down scope Shift + Alt + - //select all similar names Shift + Alt + ´

Clouds

Xamarin forms samples

Teacher

Apps interesantes

IA

IA - Apps

Android

Seguridad y Firewalls

Email

Benchmark