並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 10 件 / 10件

新着順 人気順

snippetの検索結果1 - 10 件 / 10件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

snippetに関するエントリは10件あります。 プログラミングtechfeedperformance などが関連タグです。 人気エントリには 『VSCodeのUser Snippetを活用しよう! - Qiita』などがあります。
  • VSCodeのUser Snippetを活用しよう! - Qiita

    はじめに VSCodeには様々なカスタマイズをできるAPIが提供されていますが、簡単に設定できてとても便利になるUser Snippetという機能があって、あまり知られていない気がしたので紹介します! 私はフロントエンドエンジニアなので、後半の例ではフロントエンドで多用するものが多くなっています。(React多め) Snippetとは Snippetとはコードの切れ端を表すもので、切り貼りで再利用できるコードのことをいいます。 短い文字列に設定されたエイリアスを入力してTabやカーソルで選択することでコードのテンプレートを利用できる機能が最近のエディタにはあります。 HTMLの有名なEmmetの例 この項目が、VSCodeでは簡単な定義ファイルを一つ作るだけでオリジナルのSnippetを作ることができます。 設定の方法 プロジェクトのメンバーで共有したいSnippetはプロジェクトないの.

      VSCodeのUser Snippetを活用しよう! - Qiita
    • GitHub - openai/CLIP: CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - openai/CLIP: CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
      • SERP snippet preview tool

        Preview your listing in search resultsSERP snippet preview toolFill in the form below, or enter a URL, and preview how your page could look in search results.

          SERP snippet preview tool
        • A JavaScript snippet that sets all Lighthouse scores to 100%

          Metrics. Metrics is something that we all use to measure (flex) the success of our websites. One of the ways to benchmark the success of a website, these days, is to use Lighthouse, a tool that helps us to audit the performance of our websites. It benchmarks the overall performance based on four main metrics: Performance, Accessibility, Best Practices, and SEO. If your website can score 100 in all

            A JavaScript snippet that sets all Lighthouse scores to 100%
          • 【VSCode】Snippet作成時に使える変数一覧まとめ - tk3118’s blog

            前置き 変数一覧 (2020/01/08) 使用例 応用編 Reference 前置き VSCodeのSnippetを使っていて、 変数を使いたいけど何があるか忘れた、毎回忘れて調べている ということがあったのでまとめて見ました。 変数一覧 (2020/01/08) 以下記事はこちら公式の日本語訳になります. code.visualstudio.com 変数# $ nameまたは$ {name:default}を使用すると、変数の値を挿入できます。変数が設定されていない場合、そのデフォルトまたは空の文字列が挿入されます。変数が不明な場合(つまり、その名前が定義されていない場合)、変数の名前が挿入され、プレースホルダーに変換されます。 次の変数を使用できます。 TM_SELECTED_TEXT現在選択されているテキストまたは空の文字列 TM_CURRENT_LINE現在の行の内容 TM_CU

              【VSCode】Snippet作成時に使える変数一覧まとめ - tk3118’s blog
            • GitHub - egoist/dropcode: A simple and lightweight code snippet manager.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - egoist/dropcode: A simple and lightweight code snippet manager.
              • [Snippet] JavaScript、Node.js - Qiita

                これは何? JavaScriptで「あれってどう書くんだっけ?」を集めたメモです。 時間系 Sleep Return: [void] const sleep = msec => new Promise(resolve => setTimeout(resolve, msec))

                  [Snippet] JavaScript、Node.js - Qiita
                • bocchi the snippet

                  mylist/67849460

                    bocchi the snippet
                  • GitHub - purocean/yn: A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.

                    For more information on how to use the following functions, please see characteristic functions description Sync scrolling: the editing area and the preview area scroll synchronously, and the preview area can be scrolled independently Outline: quickly jump to the corresponding location of the document through the directory outline in the preview area Version Control: Support backtracking document

                      GitHub - purocean/yn: A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.
                    • GitHub - hrsh7th/vim-vsnip: Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - hrsh7th/vim-vsnip: Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
                      1

                      新着記事