As of now I am using the Vim built-in SyntaxComplete for my editing.
I started my JavaEE project in Vim with Ant and went this way for a few weeks but Eclipse functionalities were lacking too much so I gave up for the Java part but I still use it for the other languages that my project requires.
I am not looking for a plugin that provides snippets but I would like to see my functions and variables smartly predicted.
I tried JavaComplete but it was not working. I don't really like the idea of starting the whole Eclipse engine behind Vim as Eclim does but if it's really worth it I could give it a try.
For the other languages, these settings in my vimrc are almost enough but for Javascript:
set nu
set autoindent
set nocompatible
set vb
syntax on
set omnifunc=syntaxcomplete#Complete
filetype plugin indent on
Here is my complete vimrc if you have any suggestions.
We need at least 10 more requests to produce the answer.
0 / 10 have requested this problem solution
The more requests, the faster the answer.
As of now I am using the Vim built-in SyntaxComplete for my editing. I started my...
Could someone help me out. I am not sure what I should
be doing. Seeing it worked out will allow me to understand what I
should be doing and then I can complete it on my own.
Usando 2. Complete the Dog Class: a. Using the UML Class diagram to the right declare the instance variables. A text version is available: UML Class Diagram Text Version b. Create a constructor that incorporates the type, breed, and name variables (do not...
NEED HELP with HTML with Javascript embedding
for form validation project below. I have my code
below but I'm stuck with validation. If anyone can fix it, I'd
really appreciate.
******************************************************************************
CODE:
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project
Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Nice</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<script>
var textFromTextArea;
function getWords(){
var text =...