Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Source Code Files #4

Open
ScottWallace opened this issue Dec 15, 2024 · 1 comment
Open

Feature Request: Source Code Files #4

ScottWallace opened this issue Dec 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ScottWallace
Copy link

Would be great if it would also index a variety of source code files, including JS, TS, TSX, DART, and more.

Also, I don't find a way to add file types to the app. Is that not possible?

@ScottWallace ScottWallace changed the title Feature request: Source Code Files Feature Request: Source Code Files Dec 15, 2024
@gsidhu
Copy link
Owner

gsidhu commented Dec 15, 2024

Hi Scott, I have considered indexing code files but I am not sure how to go about tokenising their contents. I considered parsing the scripts to pull out only comments, classes, functions and variable names. What do you think?

You're right about being unable to add new file types yet. The backend code is all there, I just haven't added the UI for it yet. Feel free to contribute if you like!

@gsidhu gsidhu added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants