Skip to content

microsoft/vscode-java-dependency

Folders and files

NameName
Last commit message
Last commit date
Oct 15, 2019
Nov 13, 2019
Jan 9, 2020
Jan 10, 2020
Apr 18, 2019
Oct 15, 2019
May 22, 2019
Oct 15, 2019
Jul 1, 2019
Jan 9, 2020
Apr 11, 2018
Oct 15, 2019
Aug 15, 2019
Sep 5, 2019
Jun 5, 2018
Jan 9, 2020
Jan 9, 2020
Jan 9, 2020
Dec 26, 2019
May 11, 2018
Oct 15, 2019
Dec 18, 2018

Repository files navigation

Java Dependency Viewer

View Java dependencies in Visual Studio Code

Travis CI

Overview

A lightweight extension to provide additional Java project explorer features. It works with Language Support for Java by Red Hat to provide the following features:

  • Dependency viewer

viewer

  • Create simple Java Project

create project

Requirements

Settings

Setting Name Description Default Value
java.dependency.showOutline Specify whether to show the outline in the dependency viewer. true
java.dependency.syncWithFolderExplorer Specify whether to sync the folder with dependency viewer when browsering files. true
java.dependency.autoRefresh Specify whether to automatically sync the change from editor to the dependency viewer. true
java.dependency.refreshDelay The delay time (ms) the auto refresh is invoked when changes are detected. 2000ms
java.dependency.packagePresentation Specify how to display the package. Supported values are: flat, hierarchical. flat

Contribution

Build

  • Prerequirement

    • Node.js
    • Java SDK 1.8.0 or above
  • Go to root folder:

npm install -g gulp
npm install
gulp build_server

Telemetry

VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don't wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. Learn more in our FAQ.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.