SrivathsanSivakumar / methodsList

Drag and drop source code to get list of all classes and methods from it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

methodsList

Table of Contents

About

methodsList is an app in development which, in essence, lets you drag and drop a source code file and the app shows a list of all classes and methods within that source code. Currently the app supports Object Oriented Programming (OOP) languages.

The app is developed fully with Flutter (Dart), with the help of some external libraries.

The app is expected to be ready for downloads by February 2023, for MacOS.

App Demo

The list of supported languages are:

  1. Java
  2. Python
  3. PHP
  4. Perl
  5. Ruby
  6. GoLang

Usage

Using the app is simple, the user only needs to drag and drop the source code inside the window, and the app will return a list of all classes and methods from that source code, and also the lines in which they occur.

File Description and Dependencies

File Name Description
main.dart Initializes app and calls main_screen.dart
main_screen.dart Creates home screen and calls drag_drop.dart to get a list of all classes and methods in a source code file as soon as it is dropped in the window.

Dependencies:
1. macos_ui
2. desktop_drop
3. cross_file
4. scrollable_positioned_list
drag_drop.dart Reads through the source code file and pulls out a list of all classes and methods within it, and returns it.

About

Drag and drop source code to get list of all classes and methods from it.


Languages

Language:C++ 33.5%Language:CMake 27.2%Language:Dart 23.8%Language:Swift 5.4%Language:Ruby 3.9%Language:HTML 2.7%Language:C 2.1%Language:Shell 1.2%Language:Kotlin 0.2%Language:Objective-C 0.1%