Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
syncontrol
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
What I learned by bringing down LinkedIn.com
(venturebeat.com)
2 points
by
syncontrol
8y ago
|
0 comments
2.
▲
Pure Web Component version of D&D 5E statblocks
(valloric.github.io)
3 points
by
syncontrol
12y ago
|
0 comments
3.
▲
by
syncontrol
12y ago
I'm still in the process of writing API docs[1], but I did write a pretty thorough example client[2] that demonstrates how to talk to ycmd. It echos out all the chatter between the client and server and even pretty-prints and syntax-hi
4.
▲
by
syncontrol
12y ago
Author of YCM/ycmd here; I'd be happy to answer any questions you might have!
5.
▲
by
syncontrol
12y ago
Author of YCM here; supporting emacs is one of the big reasons why ycmd is now vim-agnostic and targeting other editors. I don't use emacs and never have, but plenty of people I respect do and they all say they'd love to see somet
6.
▲
YouCompleteMe as a Server
(val.markovic.io)
18 points
by
syncontrol
12y ago
|
6 comments
7.
▲
by
syncontrol
13y ago
That's perfectly fine. To each his own! :)
8.
▲
by
syncontrol
13y ago
> So I cloned the repo, ran install.sh and got prompted to run the git submodule checkout for jedi the first time I opened a python file. Yep, I added that check to better support the use case of people checking out the repo themselves i
9.
▲
by
syncontrol
13y ago
"Super-quick" was intended to be a bit tongue-in-cheek, although compared to the Full Installation Guide (it's in the docs), trust me, the "super-quick" installation really is super-quick.
10.
▲
by
syncontrol
13y ago
I'm the main YCM developer. Most complaints here are about the installation procedure. I tried to make it as easy as possible, but the root of the problem is that you _have to_ compile the ycm_core module so that completion is fast. Th
11.
▲
by
syncontrol
13y ago
Better Objective-C triggering support (the issue you linked to) is coming soon.
12.
▲
YouCompleteMe with semantic support for every Vim omnicomplete language
(plus.google.com)
2 points
by
syncontrol
14y ago
|
0 comments
13.
▲
by
syncontrol
14y ago
If your going to use Snipmate, you may want to remap the completion selection key from TAB to something else (if you want to use TAB for Snipmate). See the docs for details.
14.
▲
by
syncontrol
14y ago
Having both python2 and python3 enabled in your Vim can lead to nasty results. I remember Vim used to crash if you source a python2 file into it (thus starting the python2 interpreter) and a python3 file some time later (thus also starting
15.
▲
by
syncontrol
14y ago
To each his own, I personally love it. :) There's been a few requests for keeping the semantic completion engine but turning off the identifier-based engine (this is the "always-on" part) so the feature will be implemented some time soon.
16.
▲
by
syncontrol
14y ago
True, but I try to recommend a best practice (I never said Vundle was required, in fact the full Installation Guide mentions Pathogen as an option).
17.
▲
by
syncontrol
14y ago
I haven't tried, but I've done everything possible to keep both the code and the build system cross-platform. I've written OSS cross-platform C++ code using Boost before (with CMake as the build system) and had it working on Windows, Mac, L
18.
▲
by
syncontrol
14y ago
It doesn't really depend on MacVim, that's just a binary distribution of Vim for Macs that is proven to work. Vim from Homebrew doesn't work though, something is wrong with the way Homebrew configures/builds Vim (don't know what though). Yo
19.
▲
by
syncontrol
14y ago
Then it should work with YCM in your console as well (whether it works depends on the terminal emulator). A map is a map.
20.
▲
by
syncontrol
14y ago
ESC will do it. But you shouldn't really need to. You just continue typing and the menu goes away and pops back as needed. It does its best to be unobtrusive.
21.
▲
by
syncontrol
14y ago
You can still get such a helper window, just not in a convenient place. Vim's 'preview' window is there to show such information (docs, arg names and types), but it pops up at the top of the screen instead of right next to the completion wi
22.
▲
by
syncontrol
14y ago
ACP would be great if it weren't slow and dev-dead. Also doesn't fuzzy-match.
23.
▲
by
syncontrol
14y ago
That's still a window that's not right next to the completion menu. If I wanted to use a separate window far away from the menu, I'd use the 'preview' window that was designed for this (and YCM does use it, because there's nothing else on t
24.
▲
by
syncontrol
14y ago
Shift-tab cycles the other way. Both the tab and the shift-tab mappings are configurable. Note that shift-tab won't work in the console because the console won't pass that key combo to vim. Again, this can be remapped.
25.
▲
YouCompleteMe, a Fast, As-You-Type, Fuzzy-Search Code Completion Engine for Vim
(val.markovic.io)
427 points
by
syncontrol
14y ago
|
114 comments
26.
▲
Recommended Books on Modern Investing and Personal Finance
(val.markovic.io)
4 points
by
syncontrol
14y ago
|
0 comments
27.
▲
MatchTagAlways: a Vim plugin that always highlights the enclosing HTML/XML tags
(val.markovic.io)
1 points
by
syncontrol
14y ago
|
0 comments
28.
▲
by
syncontrol
15y ago
HN is not Reddit. Please don't post these.