TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What would an IDE built for the Apple Vision Pro look like?

37 点作者 simse将近 2 年前
The OS for Apple Vision Pro brings a new design language focusing on depth and utilizing space beyond a square screen.<p>If IDEs weren&#x27;t confined to a 2D window, what would it look like? Are there any features you can think of that would make AR coding more productive than simply on a monitor?

21 条评论

tikimcfee将近 2 年前
Can I throw my hat in the ring? I’ve been working on this for.. a long time.<p>AR VR iOS and macOS app for arbitrary code rendering in 3D space. Terminal like rendered glyph by glyph means perfect control over ever mesh and texture.<p>The iOS demo is fun. You can walk around your code like an art museum, draw lines of executed traces, and perform visual hierarchical search.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tikimcfee&#x2F;LookAtThat">https:&#x2F;&#x2F;github.com&#x2F;tikimcfee&#x2F;LookAtThat</a>
评论 #36278840 未加载
评论 #36276267 未加载
thesuperbigfrog将近 2 年前
Most programming work is still text editing with various amounts of debugging, refactoring, and autocompletion.<p>It is not obvious to me how an AR interface would make a difference other than more virtual screen real estate. You would still need a way to enter text, build code, run tests, etc. This means a keyboard and pointing device (mouse, trackpad, etc.) are still needed unless something else can do it better.<p>Granted, for the same cost as the Vision Pro you could get several large, high resolution monitors and have lots of screen to work on.
评论 #36275013 未加载
评论 #36274263 未加载
评论 #36277270 未加载
colinplamondon将近 2 年前
I would expect extracting out more of the meta-logic via GPT, and showing relevant panes dynamically.<p>If you get an error, automatically search for the answer and propose the change.<p>If you add a new flow uncovered by tests, propose the test.<p>Generally, have panes that are dynamic to what you are doing, and tightly couple them.<p>I could imagine looking at different zoom levels of a code file, folder, or architecture, and working primarily on abstractions, approving &#x2F; rejecting the resulting proposed edits.<p>Strategic coding more akin to a game like Supreme Commander or Planetary Annihilation.
评论 #36275528 未加载
lurker137将近 2 年前
I think it might make large scale code visualization in a similar way to how SourceTrail does it more feasible: <a href="https:&#x2F;&#x2F;github.com&#x2F;CoatiSoftware&#x2F;Sourcetrail">https:&#x2F;&#x2F;github.com&#x2F;CoatiSoftware&#x2F;Sourcetrail</a>
jungturk将近 2 年前
Thinking about depth:<p>Using it to present stacks of information (version history, undo&#x2F;redo chain)<p>Using it to render background information that doesn&#x27;t need to be swapped into the foreground to be useful - the architecture&#x2F;module that the code you&#x27;re working in serves, the remote services that fulfill certain commands, the test coverage available to you in this module.
ehutch79将近 2 年前
Neovim, but curved slightly
jones1618将近 2 年前
I&#x27;d want a 3D node editor interface much like Blender&#x27;s texture or geometry creation interface. The nodes would be 3D objects (cubes, cylinders, etc) and nested groups of objects w&#x2F; physical ports that could be wired together.<p>Nodes would include class&#x2F;object&#x2F;method nodes w&#x2F; code blocks. So, an important AR&#x2F;VR UX feature would be the ability to collapse&#x2F;dive-into nodes &amp; groups of nodes much like code-outliners in 2D IDEs.<p>Another awesome feature would be the ability to affix dials&#x2F;gauges and other displays to the outside of nodes &amp; node groups that would provide indicators of the unit&#x27;s state: How &quot;full&quot; is a collection node, how often&#x2F;frequently was this node invoked, the health of the node (errors, exceptions, slow-execution times), etc.
satvikpendem将近 2 年前
It would look like a 3D world, like this: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=z4FGzE4endQ">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=z4FGzE4endQ</a>
zingerlio将近 2 年前
I think a robust eye-tracking functionality for code editors has a ton of potential for the Vision Pro. A lot of the barriers and benefits of vim&#x2F;emacs style navigation can be replaced or augmented by smart, interpretive eye tracking. It’s like digging into the future where machine starts to read our minds, and an intimate integration of where you look is a big step.
esafak将近 2 年前
&quot;Design for spatial input&quot;: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;videos&#x2F;play&#x2F;wwdc2023&#x2F;10073&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;videos&#x2F;play&#x2F;wwdc2023&#x2F;10073&#x2F;</a>
armchairhacker将近 2 年前
More open windows.<p>But in all seriousness, you can have a tree of small code windows connected by various dependencies. So it will be much easier to see a piece of code and it’s uses &#x2F; definitions, and thus understand a codebase’s architecture
评论 #36275128 未加载
mindcrash将近 2 年前
I think it will be a wholesome natural interface, so I imagine some form of a LLM will be included which can be used to actually make the interface elements work and connect them to the outside world, while having the possibility to design and modify the interface you are building with your hands&#x2F;fingers (think Interface Builder, but spatial).<p>If they manage to pull something like this off and be first to market I guess Magic Leap, HoloLens, and whatever Meta is cooking up (if they still are doing something in that space anyway) will very likely be pretty much dead, by the way.
giantg2将近 2 年前
I&#x27;ve heard about people using Unity for other AR&#x2F;VR stuff. Not sure if they might expand to include it. I&#x27;ve played around with Unity a little bit. I guess we have to see if Apple is using it&#x27;s own proprietary stuff (as usual), or if they will be closer to the industry standards, or at least providing support for including their language in existing IDEs.
solomatov将近 2 年前
&gt; would make AR coding more productive than simply on a monitor<p>One obvious thing is much more space. I.e. unlimited number of extra monitors, or entities which work as such.
sturza将近 2 年前
I imagine something like <a href="https:&#x2F;&#x2F;pharo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pharo.org&#x2F;</a>
tetek将近 2 年前
Vim but you can quit with hand gesture
womitt将近 2 年前
Make the window active you look at - tried to make it with oculus developer kit didn&#x27;t work that time, maybe with this hw
dzhiurgis将近 2 年前
Go to definition&#x2F;usage opens new window but lets you easily toggle between previous windows easily (using eyeballs)
giancarlostoro将近 2 年前
Sounds to me like you want to use the old Delphi IDE where all the editor windows are separate.
Austin_Conlon将近 2 年前
Xcode&#x27;s view debugger in 3D would be great.
vdievsowgdj将近 2 年前
just look at what IDEs that runs exclusively on ios are like: crap.<p>nobody invest into a closed platform. i expect jetbrains to came up with something marvelous for ar&#x2F;vr, but it will run on the upcoming version of Microsoft or HP glasses. you know, the only ones today that works just like an external monitor without a locked in ecosystem like apple or facebook.<p>the silly apps and games and such will net millions tho.
评论 #36277403 未加载
评论 #36274825 未加载
评论 #36275811 未加载