If it has bugs or missing features use AI to improve it
16.02.2026 20:51 β π 0 π 0 π¬ 0 π 0If it has bugs or missing features use AI to improve it
16.02.2026 20:51 β π 0 π 0 π¬ 0 π 0
The vim.py script that 10x uses is maintained by the community. We've decided to let AI write and maintain its own script to see if it does better. The AI script is here:
github.com/Phildo/10x/b...
If you're a 10x vim user give it a try and leave some feedback.
Yup, as a daily user, I can attest to this comment. If you wrote C or C++ code, get 10x. You wonβt be disappointed
19.01.2026 04:27 β π 1 π 1 π¬ 0 π 0
It's getting too powerful.
Been using this a few weeks now early access and it seems so simple but this is such a fantastic feature. The iteration time saved from doing a search, opening up the files one at a time to inspect and then closing them all to clean up... compared to doing this.
10x Search panel now has Source Preview!
09.02.2026 16:04 β π 10 π 1 π¬ 0 π 1
10x Release (1.0.428)
Added source preview to Search panel. Support for slnx files. Improved font rendering. General optimisations and bug fixes.
Most products get slower as they age. When you have a large team of programmers working on new features and adding complexity this is almost inevitable.
10x is getting faster as it ages. Whatever I'm working on, every time I notice something slow, I stop what I'm doing and fix it.
I see 10x everywhere these days. Free marketing.
05.01.2026 14:48 β π 2 π 0 π¬ 0 π 0
I just watched an interview with someone saying AI literally makes programmers 10x more productive.
I chose the name 10x Editor before AI was a thing. Really pleased that the 10x programmer meme is still going strong.
10x Editor Release Version (1.0.404)
General fixes and parser fixes. Improved 10xEditorLink syncing. Improved quality of map scroll bar rendering. Crash fixes.
Apologies if you already know. I see you're on VS. Have you looked at 10X? I switched with the new job in Jan and was floored how good it is. Close integration with VS still, F9 breakpoints, F7 build, F5 run etc and you still use VS to debug. But it's so good for writing.
bsky.app/profile/stew...
I don't have any definite plans for Linux support yet. Vim is implemented in a python script which is developed by the community github.com/slynch8/10x/...
20.11.2025 13:11 β π 3 π 0 π¬ 1 π 0
New 10x Editor build (1.0.378)
A lot of changes in this one. Mainly focusing on stability and bug fixes. And many improvements to the parser.
Live++ 2.11.0 out now:
liveplusplus.tech/releases.html
- Support for virtual file systems
- Support for 10x by @stewartlynch8.bsky.social
- Environment variable set for invoked compiler
- Hot-Restart via exception handler dialog
- Smaller fixes
#cpp #gamedev
What's your caps lock key mapped to?
Mine is:
`10x.exe d:\dev\10x.sln`
Which focuses the 10x window with my workspace
No more searching for it with alt+tab
Context switches are back!
It looks like Windows Update 24H2 broke the context switch recording in FramePro. But I found a work-around and uploaded a new build.
FramePro (1.11.0)
- Fixed context switch recording
In all there were 21 optimisations. The hardest part of making sure that nothing got broken in the process.
30.09.2025 16:27 β π 1 π 0 π¬ 0 π 0
- Tweaking memory compression variables to reduce compression cache thrashing
- Reorganising data to be more lock friendly
- Caching of frequently requested data to avoid hot lock paths
Reducing locks got a good speed-up on it's own, but also meant the max thread count could be increased.
The optimisations were mostly related to removing lock contention and allocations:
- Custom allocators to avoid hitting global alloc
- More pools for struct and array re-use
- Created new multi-lock large hash map container
...
This mostly affects the initial parse, which can take a few minutes for very large projects, it will now take half the time.
29.09.2025 11:25 β π 2 π 1 π¬ 0 π 0
Last week I released an important update and forgot to post about it!
3 months work of profiling and optimisation finally finished:
10x Release (1.0.366) - Parser X2 Speedup
10x Release (1.0.362)
Files can now be renamed in the workspace tree. Improvements and fixes to file tabs, opening new tabs, moving and scrolling tabs improved. Improved VS connection and syncing.
The difference from the checked in file now shows in the margin.
Works for Perforce, Git and SVN
New 10x Editor Release (1.0.340)
Added support for Git and SVN. Updated lines now shows difference from source control and shows in margin. Optimisations for large files, multi-cursor and window refresh rates. Improved parsing of lambdas. Improved autocomplete sorting and filtering.
10x Release (1.0.320)
Fixes for the new multi-window feature. Added support for __has_include. Added support for filtered solution files (slnf)
You can choose whether you want the projects loaded in 10x by right clicking on the sln in the workspace tree. "Load all projects" or "Load only filtered projects". They will stay unloaded in VS.
26.05.2025 12:29 β π 1 π 0 π¬ 0 π 0
New 10x Build Release (1.0.320)
Added support for filtered solution files (.slnf). Good for very large solutions where you can specify just the projects you want loaded. Useful if you're using VS as a debugger.
learn.microsoft.com/en-us/visual...
With the new multi-window feature, if you want to create a new window with columns you need to use Window Menu -> New Window.
Just dragging a window out won't create columns so you won't be able to move files between them.
I love that 10x users notice a 16ms reduction in input lag
True performance connoisseurs!