
EditorConfig
Prettier
ESLint
pre-commit by Yelp
Standard JS
fd
Tailwind CSS
Git
Continue.dev
Cursor
Windsurf Editor
Claude Code
CodeMap4AI
GitHub Copilot
Depth AI
Sourcegraph
EditorConfig
Continue.devBased on our record, EditorConfig seems to be a lot more popular than Continue.dev. While we know about 87 links to EditorConfig, we've tracked only 3 mentions of Continue.dev. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I can update the indentation configuration in neovim, but I think a much nicer option and better convention would be to set up .editorconfig. - Source: dev.to / 5 months ago
- tokens are relatively cheap but they're not free on a paid plan; why spend tokens on something linters and formatters can do deterministically and for free? If you wanted Claude Code to handle linting automatically, you're better off taking that out of CLAUDE.md and creating a Skill [2]. > What? Why would that be a reasonable assumption/prediction for even near-term agent capabilities? Providing it with some... - Source: Hacker News / 8 months ago
Iโve also been tinkering around with AI-Coding assistants, having fun and learning many of the missing steps from my career. As someone who loved to write codes that are well formatted, well named, and well organized, the one thing I hate about AI-Coding is mess. So, the first thing I do now is to set `.editorconfig`[1] and add an instruction as part of the process to respect it. btw, it still ignores it at times.... - Source: Hacker News / about 1 year ago
FWIW: EditorConfig isn't a ".net ecosystem" thing but works across a ton of languages, editors and IDEs: https://editorconfig.org/ Also, rather than using GitHub Actions to validate if it was followed (after branch was pushed/PR was opened), add it as a Git hook (https://git-scm.com/docs/githooks) to run right before commit, so every commit will be valid and the iteration<>feedback loop gets like 400% faster as... - Source: Hacker News / over 1 year ago
Added support for EditorConfig, .env, and HOCON validation. - Source: dev.to / almost 2 years ago
Check Continue's documentation for the current @file syntax in your version, as context-provider behavior has evolved across releases. - Source: dev.to / 21 days ago
# This is an example configuration file # To learn more, see the full config.yaml reference: https://docs.continue.dev/reference Name: Example Config Version: 1.0.0 Schema: v1 # Define which models can be used # https://docs.continue.dev/customization/models Models: - name: my gpt-5 provider: openai model: gpt-5 apiKey: YOUR_OPENAI_API_KEY_HERE - uses: ollama/qwen2.5-coder-7b - uses:... - Source: dev.to / 9 months ago
The Setup Reality: Installing Continue was straightforward since it functions as VS Code extension. Thereโs a bit of a jump to configure. I was using Agent mode, and some of the settings have to be changed on the web UI. Right now, Iโm using two different assistants: one for my Jekyll project and the other for my Astro projects. You can customize your assistant with what they call blocks by setting things like... - Source: dev.to / about 1 year ago
Prettier - An opinionated code formatter
Cursor - The AI-first Code Editor. Build software faster in an editor designed for pair-programming with AI.
ESLint - The fully pluggable JavaScript code quality tool
Windsurf Editor - Tomorrow's editor, today. Windsurf Editor is the first AI agent-powered IDE that keeps developers in the flow. Available today on Mac, Windows, and Linux.
pre-commit by Yelp - A framework for managing and maintaining multi-language pre-commit hooks
Claude Code - Transform hours of debugging into seconds with a single command. Experience coding at thought-speed with Claude's AI that understands your entire codebaseโno more context switching, just breakthrough results.