implemented simple content-assist contributor for JDT that connects to an LS

This commit is contained in:
Martin Lippert
2017-02-11 16:29:26 +01:00
parent 91a560b81e
commit a5e9f45ea1
15 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8