Giter Club home page Giter Club logo

jc.nvim's People

Contributors

artur-shaik avatar qianwch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jc.nvim's Issues

Exception when installing java debug plugin

I tried to use the default config, as below
image

However, when I launch nvim, it always tells me "no java debug plugin installed"
image

When I choose to install, it always ends up with the following error
image

Can not jump to definition of classes in JDK or jars.

For example, pressing gd can not go to SpringApplication source. No response...

package com.example.demo;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class DemoApplication {

	public static void main(String[] args) {
		SpringApplication.run(DemoApplication.class, args);
	}

}

Not an editor command: JCutilJol

Trying out this plugin, and my first impression is it's awesome. However I am having a little trouble getting JCutilJol to work. The problem is that I am not seeing any JCutilJol command at all.

When running :JCutilJol I get E492: Not an editor command: JCutilJol

Not seeing a JCutilJol function in the vim autocomplete window either. Here are all the options I see after typing "JC":
2023-12-22-091604_373x443_scrot

Any help is appreciated, thank you

[Feature Request] Refresh JC cache command

Great project, first of all thank you for bringing Java IDE features to neovim.

I am having an issue when adding new deps to my pom.xml where the new dependencies are not detected even after running mvn dependency:resolve. I think it may be related to the fact that Eclipse's default behavior is to not recognize new dependencies, as mentioned in this stackoverflow post. My current solution has been to manually rm -rf the JC project directory.

Is there a better way to resolve my maven dependencies? If not then I think a command like JCrefreshDependencies or JCrefreshCache would be really helpful as it would eliminate the need for this.

It always asks if I want to download Java-debug

Recently I reinstalled plugins again, one of these was yours: use "artur-shaik/jc.nvim", I entered a Java project, and every time I open a file for the first time it asks me if I want to download Java-debub because I don't have it, I press 1 "finish" and it asks me again.

image

I tried deleting the folder it creates in ~/.local/share/jc.nvim, but the same thing keeps happening.

The plugin configuration is this:
require('jc').setup{}

Information from :checkhealt:
OK: javac: javac 17.0.5
OK: java: openjdk version "17.0.5" 2022-10-18

My system is Fedora 37 Workstation and the version of Neovim is:
NVIM v0.8.1
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

all plugins are up to date.

Error BufNewFile Auto-orders for "*":

Hello, today I opened a .java file and I got this error, the jdtls server is working correctly, do you know what I can do?
image

And the status of server jdtls:
image

jol installation

When I start nvim it ask to install jol, but got this result
Screenshot from 2023-02-04 20-18-44

The configuration is
require('jc').setup{}
I'm on neovim 0.8.3 on POP_OS 22.04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.