All Projects → DaGhostman → vscode-tree-view

DaGhostman / vscode-tree-view

Licence: MIT license
VSCode extension that probvides mail symbol overview of the currently opened file

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-tree-view

less-mix
LESS-Mix - is a functional, powerful and convenient library LESS-mixins.
Stars: ✭ 22 (-15.38%)
Mutual labels:  less
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+342.31%)
Mutual labels:  less
Router
Router is a library that assists with SwiftUI view transitions.
Stars: ✭ 68 (+161.54%)
Mutual labels:  navigation
awesome-rhasspy
Carefully curated list of projects and resources for the voice assistant Rhasspy
Stars: ✭ 50 (+92.31%)
Mutual labels:  openhab
phpMyDomo
The ultimate Domotic web remote for the rest of us
Stars: ✭ 32 (+23.08%)
Mutual labels:  openhab
project-3-crm
⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目,拥有自由设置角色自由分配权限🔑的权限管理功能,三员管理多员管理均可,前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档,设计文档和测试文档等。同时配置了travis,拥有集成测试和自动构建的功能。
Stars: ✭ 128 (+392.31%)
Mutual labels:  less
materialize-social
Social Login Buttons for MaterializeCSS
Stars: ✭ 50 (+92.31%)
Mutual labels:  less
motion-planner-reinforcement-learning
End to end motion planner using Deep Deterministic Policy Gradient (DDPG) in gazebo
Stars: ✭ 99 (+280.77%)
Mutual labels:  navigation
bootstrap-print
To manage print media for Twitter Bootstrap v3.
Stars: ✭ 60 (+130.77%)
Mutual labels:  less
kn
Alternative to cd. Navigate by typing abbreviations of paths.
Stars: ✭ 68 (+161.54%)
Mutual labels:  navigation
godlike.css
CSS for layout standardization and usability of web applications
Stars: ✭ 12 (-53.85%)
Mutual labels:  less
chaldene
Chaldene Admin Template
Stars: ✭ 46 (+76.92%)
Mutual labels:  less
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (+69.23%)
Mutual labels:  less
maestrogateway
Manage MCZ pellet stoves that are equipped with Maestro technology
Stars: ✭ 30 (+15.38%)
Mutual labels:  openhab
navigator
Annotation processor that eliminates navigation and Bundle boilerplate
Stars: ✭ 13 (-50%)
Mutual labels:  navigation
abb-yumi
This project aims to control abb yumi(irb14400) robot using ros control interface so that you can send joint trajectory command to robot. Also we implemented a cartesian velocity controller using KDL library.
Stars: ✭ 21 (-19.23%)
Mutual labels:  abb
sonoff-basic-openhab
A Sonoff Basic firmware to work with openHAB
Stars: ✭ 21 (-19.23%)
Mutual labels:  openhab
vue-cli4-webpack-template
基于vue-cli4+webpack 封装,便于下次新项目快速构建一个完备的模板项目(包含架手架引入、过滤器封装、ajax封装、路由引入封装、代理配置调试、less预编译配置引入、less主题切换、语言国际化、网页加载进度条)
Stars: ✭ 14 (-46.15%)
Mutual labels:  less
multi-brand-colors
Multi Brand Colors with support for CSS/CSS-Vars/SCSS/SASS/Stylus/LESS/JSON
Stars: ✭ 26 (+0%)
Mutual labels:  less
sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (+76.92%)
Mutual labels:  less

File Tree View

Completely standalone file symbol viewer that does not depend on any other language-specific plugins, making it ideal for cases where the complete language toolset is not available locally.

Features

  • No extension dependencies
  • Preview file imports
  • Auto-update on file changes
  • Color-coded to speed up navigation
  • Go to definition when clicking on leaf node*
  • Extract Interfaces from class
  • Generate implementations from interfaces

* Note: there might be slight variation in feature's behavior, but those mainly come from external library limitations/behavior and will be fixed/normalized ASAP.

Languages

  • C family (C, C++, C#)*
  • CSS, LESS (note that LESS support is a little experimental)
  • Java
  • JavaScript (ES6 is the target, most of ES5 should be compatible too)
  • JSON
  • openHAB
  • PHP
  • Python
  • TypeScript

* Note: C family languages require their respective official extensions to be present, although others might be fine as well. They are also disabled by default and need to be enabled by adding cfamily to the treeview.allowedProviders array. Please note the support is highly experimental.

Attribution

Screenshots

A simple extension that adds an explorer view outlining the main symbols of the currently opened file.

PHP editing

JSON navigation

JavaScript/TypeScript

openHAB

Contributing

See CONTRIBUTING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].