タグ

searchとVisual Studioに関するsuzukiMYのブックマーク (2)

  • ast-grep VSCode: 構造検索と置換の強力なツール

    こんにちは、 ast-grepの作者Herringtonです。 正規表現でコードを検索したことがある方なら、複数行のマッチングや入れ子構造の処理、コメントの無視などに苦労したことがあるかもしれません。 そこで、ast-grep VSCodeという新しい拡張を紹介します。これは、構造的検索と置換(SSR)という技術を利用して、より正確で効率的な検索と置換を実現するツールです。 構造検索は? テキスト検索と置換の限界 例えば、JavaScriptコードをリファクタリングして、lodash の _.filter 関数をネイティブの Array.prototype.filter メソッド に置き換えたいとします。単純なテキスト検索と置換は次のようになります: これは一部のケースではうまくいくかもしれませんが、いくつかの問題があります。 一行の式しかマッチングできません。コードが複数行にまたがってい

    ast-grep VSCode: 構造検索と置換の強力なツール
  • Code Search Add-In for Visual Studio - Entrian Source Search

    A full text search engine for your source code Instantly find every occurrence of a word, phrase, function, variable, API, error code or anything else in your source code, with a single keystroke. Entrian Source Search is a search engine for your source code. It builds a full-text index of your files, and searches it instantly, giving syntax-colored results. It indexes everything, not just code, a

    Code Search Add-In for Visual Studio - Entrian Source Search
    suzukiMY
    suzukiMY 2018/04/27
    『ソースコード内の単語、フレーズ、関数、変数、API、エラーコードなどのあらゆる箇所を即座に発見。』
  • 1