TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Better Ctrl+F search for C++ (coding style agnostic) proof of concept

1 pointsby Tringiover 2 years ago

1 comment

Tringiover 2 years ago
Algorithm intended as a replacement for basic fast Ctrl+F search inside C++ sources.<p>Ignores insignificant whitespace, diacritics and is case insensitive. Can ignore comments&#x2F;strings or search explicitly inside them. Matches camelCase and snake_case identifiers, 0 to NULL to nullptr. Does not distinguish between numeric notations. Optionally ignores all syntactic tokens, or braces, brackets or parentheses in particular. Ignores boomer comment decorations. Etc. For all specific options, see the docs.