Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kwood
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Building GitHub-Style Hovercards with Stimulus and HTML-over-the-Wire
(boringrails.com)
3 points
by
kwood
6y ago
|
0 comments
2.
▲
by
kwood
6y ago
It’s bizarre to me that nowadays an application can become frontmost application at all. When I switched to OSX back in the days, it was an advertised feature that this can’t happen the same way it does on Windows. If something wants attent
3.
▲
by
kwood
6y ago
Just turn off “Preferences->Mission Control->When switching to an application, switch to…”, that would be the setup you are asking for. As for myself, I don’t use Spaces at all. I have a keyboard shortcut for every application I use d
4.
▲
by
kwood
7y ago
I'm currently writing a new client for RSS, which is dead. Framework of choice is Rails - which is also dead. This thread inspires me to pull in some jQuery and change the project name to Graveyard.
5.
▲
by
kwood
8y ago
Ah, didn't realise there is a blog article about it. Thanks!
6.
▲
by
kwood
8y ago
Do you mind sharing what back office solution you guys found? Did somewhat the same kind of research for our projects, but unfortunately didn't find anything decent that could really compete with ActiveAdmin/Rails Admin/Trest
7.
▲
by
kwood
8y ago
From what I remember, object spread came a year later and is ES7 (in case you need a starting point for research)
8.
▲
by
kwood
8y ago
It saves a whole keypress (because you need to go into multicursor mode first, then press Home / Ctrl+A to get to the beginning of the line. Additionally, there is a case where if you don't select the last line until the end, yo
9.
▲
Visual Studio Code November 2017
(code.visualstudio.com)
55 points
by
kwood
9y ago
|
1 comments
10.
▲
by
kwood
9y ago
You don't have to type "end". Shameless self plug: I wrote an extension that closes everything automatically, inspired by a plugin for vim with the same name: endwise[1] It's not 100% done yet, support for other language
11.
▲
by
kwood
9y ago
A good decision to focus on closing issues and doing more polish for the past month. The project moves fast, so taking a step back is really appreciated - before it gets out of control (as in: too buggy)
12.
▲
Visual Studio Code April 2017
(code.visualstudio.com)
124 points
by
kwood
9y ago
|
40 comments
13.
▲
by
kwood
9y ago
How would you create a native GUI app on Linux for either Gnome or KDE, considering that GTK and Qt are not allowed by this definition? And yes, you may think: "Easy, if a GTK app runs on Linux its native, if it runs on another platfor
14.
▲
by
kwood
10y ago
It's not, OP didn't count the other processes in (they are listed seperatly in Activity Monitor). VSCode needs roughly the same amount of RAM on macOS.
15.
▲
by
kwood
10y ago
I understood the question – and that IntelliJ has all of those things is exactly the point I was trying to make. You get most of the features from a heavyweight IDE, but they managed to get the architecture incredibly lightweight so you can
16.
▲
by
kwood
10y ago
Apart from Intellisense completion, a full featured integrated debugger, version control integration wich supports line wise staging, a diff viewer, a fast integrated terminal that even gets link detection in the next release, proper variab
17.
▲
by
kwood
10y ago
The gained performance in the current release (and in Insiders for the past days) is huge - even without heaps of output. Those couple of milliseconds improved rendering time matter even if you "only" ls in a directory. Thumbs up
18.
▲
by
kwood
10y ago
Can't compare to Sublime myself, but the global search got some major overhaul and is doing parallel searches since the last release (1.8). Can't complain about the speed.
19.
▲
by
kwood
10y ago
Apart from the built in task runner system, you can always use an extension that does a "classic" command-R. I use https://marketplace.visualstudio.com/items?itemName=formulah... and bound it to exactly this key.
20.
▲
by
kwood
10y ago
The original idea was to focus a lot on the API part of the site, so that developers can build all kinds of apps around the service, hence the name.
21.
▲
by
kwood
10y ago
Actually, audio/video can be and is used. There is an API for previewing HTML documents, <video> and <audio> tags work perfectly fine.
22.
▲
by
kwood
10y ago
Those are animated GIF's, not "real" videos.
23.
▲
by
kwood
10y ago
Commenting out is there, you can search the keyboard shortcut settings to find the proper key. Actually, there are multiple commands on that subject: - editor.action.commentLine toggles comments - editor.action.addCommentLine & editor.a
24.
▲
by
kwood
10y ago
Good point! I already have double pressing the terminal toggle in my muscle memory, using focus might be worth changing that habit. To "get out" of the terminal, cmd+1 sets focus on the editor again (to be precise: focus on the fi
25.
▲
by
kwood
10y ago
It does support Github Flavoured Markdown and has a preview mode built in, no extension needed.
26.
▲
by
kwood
10y ago
I was in quite the same situation, Angular 1.x was quite hard to grok at first. But React just "clicked" instantly. For integration with Rails, I found https://github.com/reactjs/react-rails to be quite usefu
27.
▲
by
kwood
10y ago
Yep, works. Even without using slashes in the search string.
28.
▲
by
kwood
10y ago
What you're really looking for is exactly 1 shortcut: cmd+shift-p (or ctrl-shift-p, depending on the platform) for the command palette, where you can fuzzy search for every available command. If a command has a keyboard shortcut (toggl
29.
▲
by
kwood
10y ago
UserVoice is now deprecated[1], but they are perfectly fine with opening Github issues for feature requests. [1] https://code.visualstudio.com/blogs/2016/08/19/goodbyeuservo...
30.
▲
by
kwood
10y ago
> Make it easier to run Python code. I don't think there's an easy way to run my script and see the output in a terminal without filling in some json file? Please correct me if I'm wrong. There are multiple extensions that
More ›