Stackness

Trending Editor & IDE

Data as of

These rankings count what people do on Stackness: a trending tool is one that was added to the most stacks in the window, a rising tool is one whose recent additions are the largest share of its total users, and a trending move is the one that collected the most reactions. When a window is too quiet to rank, it widens to the next one and the page says which window it used. This is platform usage, not the imported history series that tool pages and trend waves chart - see where our data comes from.

Browse every tool in Editor & IDE

Not enough activity this week - showing this month

IDE for Python with scientific tools and web framework support

5 users
#2Cursor+3

AI-first code editor built for pair programming with AI

3 users
#3Nova+2

Native Mac code editor by Panic with modern features

2 users

Notebook environment for interactive computing and data work

2 users

IDE for JavaScript and TypeScript development

1 user
#6Neovim+1

Hyperextensible Vim-based text editor focused on extensibility and usability

2 users

IDE for Ruby and Rails development

1 user

IDE for C and C++ with smart code analysis

1 user

Sophisticated text editor for code, markup and prose

1 user
#10Vim+1

Highly configurable modal text editor built for efficiency

1 user

IDE for Python with scientific tools and web framework support

5 users
#2Cursor+3

AI-first code editor built for pair programming with AI

3 users
#3Nova+2

Native Mac code editor by Panic with modern features

2 users

Notebook environment for interactive computing and data work

2 users

IDE for JavaScript and TypeScript development

1 user
#6Neovim+1

Hyperextensible Vim-based text editor focused on extensibility and usability

2 users

IDE for Ruby and Rails development

1 user

IDE for C and C++ with smart code analysis

1 user

Sophisticated text editor for code, markup and prose

1 user
#10Vim+1

Highly configurable modal text editor built for efficiency

1 user

Not enough activity this week - showing all-time

I used to write end to end tests for nearly everything. If a user could do it, I automated it in Playwright. The test suite grew to about two hundred scenarios, each one spinning up a browser, navigating through the UI, waiting for async operations to settle, taking screenshots on failure. A single change to a form label could break fifteen tests that had nothing to do with the logic I modified. The feedback loop stretched past ten minutes for each run. I started moving most of those tests down a layer into Vitest integration tests that call my backend handlers directly or render components with realistic fixtures. My end to end tests now cover the paths that would actually shut down the business: user signup, checkout, the core workflow that customers pay for. Everything else lives in tests that run in milliseconds and point directly at the broken function. A concrete example from last month: instead of an end to end test that logs in, navigates to settings, uploads an avatar, waits for the UI to confirm the upload, and takes a screenshot, I now have an integration test that calls my upload handler with a test file, asserts the return value, and another test that verifies the component renders the new avatar URL. Those run in about sixty milliseconds total. The end to end test exists only to confirm the whole flow hangs together maybe once per release. The honest limitation is that integration tests do not catch issues in the actual browser's rendering engine or in third party authentication systems. If your business depends on the visual layout being pixel perfect or on OAuth tokens working exactly as the provider implements them, you still need end to end coverage for those specific paths. ![the shape of my test suite after the cull](https://cdn.stackness.dev/fakeusers/gradient-ocean.png)

10

Not enough activity this week - showing this month

Cursor+100%

AI-first code editor built for pair programming with AI

3 users

IDE for Python with scientific tools and web framework support

5 users

Free, open-source code editor by Microsoft with rich extension ecosystem

4 users

Supporters get the weekly Stackness trends newsletter and trend waves, the interactive charts of how tools rise and fall over time.