vscode-haystack-search is a Visual Studio Code extension that leverages Haystack to provide advanced file search capabilities. This extension allows users to perform efficient text searches across their project files, enhancing productivity and code navigation.
- Integrates Haystack for powerful search functionality.
- Provides a user-friendly interface for searching text within files.
- Displays search results with relevant file paths and line contents.
- Clone the repository:
git clone https://github.com/CodeTrek/haystack-vscode.git
- Navigate to the project directory:
cd haystack-vscode
- Install the dependencies:
npm install
- After installing the extension, you can initiate a search by using the command palette (Ctrl+Shift+P) and selecting "Haystack Search".
- Enter your search query and view the results displayed in the search panel.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.