Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #c
  • #co
  • #cod
RSS: #codium

#codium

  • @b_b
    b_b @b_b PUBLIC DOMAIN 6/12/2023

    Visual Studio Code - is there a #Compare feature like that plugin for Notepad ++? - Stack Overflow
    ▻https://stackoverflow.com/questions/30139597/visual-studio-code-is-there-a-compare-feature-like-that-plugin-for-no

    Here is my favorite way, which I think is a little less tedious than the “Select for Compare, then Compare With...” steps.

    1) Open the starting file
    2) Open the Command Palette (F1 or Ctrl + Shift + P)
    3) Type Compare Active File and select Compare Active File With...

    https://i.stack.imgur.com/WAeYD.png

    4) Select the new file to compare with. You can either select a recent file from the dropdown list, or click any file in the Explorer panel.
    https://i.stack.imgur.com/PdCmE.png

    Note: This works with any arbitrary files, even ones that are not in the project dir. You can even just create 2 new Untitled files and copy/paste text in there too.

    #codium #diff

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 4/02/2022
    1
    @gblin
    1

    PHP for VS Code with Debugging Adornments | Blog
    ▻https://blog.devsense.com/2022/php-vs-code-debugging-adornments

    The January 2022 update of PHP Tools for VS Code introduces code lenses and full support for PHP 8.1. Additionally we’re adding other neat debugging improvements - debugging adornments with contextually appropriate inline values, quick debug configurations, and more.

    Whenever you’d like to debug a PHP application without configuring the VS Code Workspace and the corresponding launch.json, it is now a much simpler. Open a .php file and just press F5 - the quick picker with automatically chosen Run and Debug configurations will appear.

    #vscode #codium #php #debug

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 25/08/2020
    1
    @cy_altern
    1

    Note perso, quelques extensions pour #codium que j’ai repéré lors de mes recherches.

    Beautifiers (j’ai choisi la première de la liste)

    ▻https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify
    ▻https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
    ▻https://marketplace.visualstudio.com/items?itemName=michelemelluso.code-beautifier
    ▻https://marketplace.visualstudio.com/items?itemName=lonefy.vscode-JS-CSS-HTML-formatter

    CSS class name completion for the HTML (pas encore décidé)

    ▻https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css
    ▻https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion

    Et la liste complète des extensions que j’ai installé à ce jour :

    alefragnani.project-manager
    anseki.vscode-color
    bmewburn.vscode-intelephense-client
    dbaeumer.vscode-eslint
    eamodio.gitlens
    emanuelebartolesi.github-2019
    felixfbecker.php-debug
    felixfbecker.php-intellisense
    felixfbecker.php-pack
    GitHub.github-vscode-theme
    HookyQR.beautify
    korekontrol.saltstack
    MS-CEINTL.vscode-language-pack-fr
    neilbrayfield.php-docblocker
    shd101wyy.markdown-preview-enhanced
    Tyriar.sort-lines

    #vscodium #vscode

    b_b @b_b PUBLIC DOMAIN
    • @cy_altern
      cy_altern @cy_altern CC BY-SA 25/08/2020

      CSS class name completion for the HTML (pas encore décidé)

      ...le suspens est à son comble ^^

      cy_altern @cy_altern CC BY-SA
    Écrire un commentaire

Thèmes liés

  • #vscode