TSQuery for VSCodeTSQuery enables powerful source code search in TypeScript and JavaScript projects. FeaturesYou 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:
This extension is still in development - we are looking for ideas to improve the searching experience. You are invited to contribute. Release Notes0.1.1Fix GIF animation 0.1.0Initial release of TSQuery |