All Projects → urish → Vscode Tsquery

urish / Vscode Tsquery

TSQuery extension for Visual Studio Code

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Tsquery

Astpath
A command-line search utility for Python ASTs using XPath syntax.
Stars: ✭ 167 (+1184.62%)
Mutual labels:  ast, search
Query Translator
Query Translator is a search query translator with AST representation
Stars: ✭ 165 (+1169.23%)
Mutual labels:  ast, search
Alfred Vscode
Alfred 3 workflow that allows you to browse and open Visual Studio Code projects or simply open specified folders/files
Stars: ✭ 141 (+984.62%)
Mutual labels:  search, visual-studio-code
Phpgrep
Syntax-aware grep for PHP code.
Stars: ✭ 185 (+1323.08%)
Mutual labels:  ast, search
Metric Parser
📜 AST-based advanced mathematical parser written by Typescript.
Stars: ✭ 26 (+100%)
Mutual labels:  ast
Algoliasearch Client Javascript
⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
Stars: ✭ 907 (+6876.92%)
Mutual labels:  search
Odsc 2020 nlp
Repository for ODSC talk related to Deep Learning NLP
Stars: ✭ 20 (+53.85%)
Mutual labels:  search
Wslgit
Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
Stars: ✭ 903 (+6846.15%)
Mutual labels:  visual-studio-code
Wechat
🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
Stars: ✭ 870 (+6592.31%)
Mutual labels:  search
Moqui Elasticsearch
Moqui Tool Component for ElasticSearch useful for scalable faceted text search, and analytics and reporting using aggregations and other great features
Stars: ✭ 10 (-23.08%)
Mutual labels:  search
Tower Defense Game
this is a game made with Unity, the goal is to protect the tower against robots.
Stars: ✭ 25 (+92.31%)
Mutual labels:  visual-studio-code
New Moon
🌙 ‎ The optimized dark theme for web development.
Stars: ✭ 918 (+6961.54%)
Mutual labels:  visual-studio-code
Multisearchview
Yet another built-in animated search view for Android.
Stars: ✭ 837 (+6338.46%)
Mutual labels:  search
Defiant.js
http://defiantjs.com
Stars: ✭ 907 (+6876.92%)
Mutual labels:  search
Contact App
Contact Application using ASP.NET Core Web API, Angular 6.0, and Visual Studio Code
Stars: ✭ 11 (-15.38%)
Mutual labels:  visual-studio-code
Libraries.io
📚 The Open Source Discovery Service
Stars: ✭ 903 (+6846.15%)
Mutual labels:  search
Mcavoy
Discover what visitors are searching for on your WordPress site.
Stars: ✭ 24 (+84.62%)
Mutual labels:  search
Esdispatch
trigger events based on esquery selectors during a traversal of a SpiderMonkey format AST
Stars: ✭ 9 (-30.77%)
Mutual labels:  ast
Search Ui
🔍 A set of UI components to build a fully customized search!
Stars: ✭ 24 (+84.62%)
Mutual labels:  search
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (+76.92%)
Mutual labels:  search

TSQuery for VSCode

TSQuery enables powerful source code search in TypeScript and JavaScript projects.

Features

You can use TSQuery to search your source code using an AST query. AST queries are similar to CSS selectors - they let you drill down the hierarchy of code declarations and match the specific language elements that you are looking for.

For instance, the following demo shows how to search for a parameter of a class constructors in the current file:

AST Query

Tip: You can find out which selector matches a certain part of your source code by simply hovering it and looking for "AST Selector" inside the tooltip.

This extension is still in development - we are looking for ideas to improve the searching experience. You are invited to contribute.

Release Notes

0.1.1

Fix GIF animation

0.1.0

Initial release of TSQuery

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].