Giter VIP home page Giter VIP logo

vscode-java-dependency's Issues

0.2.0 Endgame

Summary

  1. the target date for this release will be 11/16
  2. Fix the following issues:
  • #79 Files in 'src/main/resources/' do not display enhancement
  • #83 The side bar keeps popping up when a new Java file opens
  • #80 No way to link a java class definition back to the project explorer?
  1. Left over issues:
  • #106 No way to link a resource files back to the project explorer
  • JDK class may not link back to the project explorer
  • No outline for .class in jar without source

Build

Test

  • 11/19 - Run test plan and verify bugs listed in 0.2.0 milestone(windows and mac) - @

Release

  • 11/19 - Add 0.2.0 tag - @andxu
  • 11/19 - Release to marketplace - @andxu

Notes

Before you check an item, please reply to this issue with the following details:

What are the steps and details of your check?
What are the configurations?
What are the issues found in the process?
What's your conclusion?

Test Plan

Test platform

Windows 10/Mac/Ubuntu 16.04 or 18.04

Features

Basic

  • Can create java project from navigation command bar following the instructions
  • Can not create java projects with conflicts name in same location
  • Can press F5 to run the java project
  • Can set breakpoints to debug the java project
  • Can view all dependencies of the opened java project

Simple project

  • Open the project under $repo/test/simple
  • Can create java project from navigation command bar following the instructions
  • Can show the package of the source code
  • Can open source file
  • Can show the external "JRE System Library"
  • Can show the jar under the libarary
  • Can show the package under the jar
  • Can show the classfile under the package and open the classfile
  • Can show the symbols in the explorers

Maven project

  • Open the project under $repo/test/maven
  • Can create java project from navigation command bar following the instructions
  • Can show the package of the source code
  • Can open source file
  • Can show the external "Maven dependencies"
  • Can show the jar under the libarary
  • Can show the package under the jar
  • Can show the classfile under the package and open the classfile
  • Can show the symbols in the explorers

Gradle project

  • Open the project under $repo/test/gradle
  • Can create java project from navigation command bar following the instructions
  • Can show the package of the source code
  • Can open source file
  • Can show the external "Project and External Dependencies"
  • Can show the jar under the libarary
  • Can show the package under the jar
  • Can show the classfile under the package and open the classfile
  • Can show the symbols in the explorers

Multiple project

  • Open the project under $repo/test/multiple
  • Should have correct behavior for both projects in the following scenarios:
  • Can create java project from navigation command bar following the instructions
  • Can show the package of the source code
  • Can open source file
  • Can show the external "JRE System Library"
  • Can show the jar under the libarary
  • Can show the package under the jar
  • Can show the classfile under the package and open the classfile
  • Can show the symbols in the explorers

Chinese Language Support

We have lots of Chinese developers. It would be great if we can provide a localized interface. This issue is to track the effort of building the localization story.
Supporting Chinese is a start. Once the solution is working, we can expand the support to other languages.

A folder or workspace opens multiple Maven projects with an exception

A folder or workspace opens multiple Maven projects. (A be dependent on B):
1.A project mavenDependencies can not found B,[go to definition] is also directly to the source code of B,but maven package B and sourcecode are different.
2.This will cause debugging abnormaland,breakpoints may never hit.
The A project alone will not have such a problem.

[Public]0.1.0 Endgame

Summary

  1. the target date for this release will be 10/19
  2. the version will revert back to 0.1.0 (public)
  3. fix the compatible issue with newest vscode
  • The outline doesn't show any children under a .java/.class file(set true to the java.dependency.showOutline setting)

Build

Test

  • 10/19 - Run test plan and verify bugs listed in 0.1.0 milestone(windows and mac) - @bsaby

Release

  • 10/19 - Add 0.1.0 tag - @andxu
  • 10/19 - Release to marketplace - @andxu

Notes

Before you check an item, please reply to this issue with the following details:

What are the steps and details of your check?
What are the configurations?
What are the issues found in the process?
What's your conclusion?

Change extension name to "Java Dependency Viewer"

Here's the scenario where "Java Dependencies" does not work.

image
When we recommend extensions, we use "Install xxx..."
And for this extension, it will be "Install Java Dependencies", which is super confusing.

And the name "Java Dependencies" itself is not accurate and does not state its actual use.

Please make the change before we proceed with microsoft/vscode-java-pack#60

No JAVA PACKAGES explorer sidebar on symlink folders

I can't see the JAVA PACKAGES explorer sidebar showed in doc. I can see a JAVA DEPENDENCIES sidebar that is always empty (except for multi-project workspace where I can see folder with project names but empty inside those folders).
screenshot from 2018-10-24 15-28-27

The attached image is for a just created java project using command Java:Create Java Project.

OS: Linux 4.15.0-38-generic Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64
GNU/Linux

Extension Version
vscjava.vscode-java-dependency 0.1.0
redhat.java 0.33.0

0.3.0 Endgame

Pre-release

  • Fix critical issues
  • Update system icons
  • Add change log and update readme
  • Bump version

Test

  • Build test bits
  • Test the bits following the test plan

Publish

  • Add publish CI
  • Unpublish the private extension
  • Publish the extension under Microsoft

Open Source

  • Check internal open source status
  • Make the repo public

The side bar keeps popping up when a new Java file opens

  • Open a java file in a java project
  • close the side bar (cmd+b on mac)
  • navigate to a new file from the same project
  • side bar pops up
  • repeat ...

This is extremely irritating when trying to step debugging into another file, the debug view is replaced by the explorer. Also looks bad when performing a live demo with limited screen real estate.

Dependency view sync with opened files should only work when the side bar is visible.

"JAVA DEPENDENCIES" View should always show

Current Behavior

Currently, the view only shows up when the Java LS finishes loading the project.

Expected Behavior

  • The view needs to be statically showing in the file explorer view. Its visibility should be controlled by users.
  • When the view is loading and has nothing to show, show icon or text to indicate the loading status just like other views.

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.