Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add support for group comments #99

Open
silence opened this issue Jul 23, 2023 · 0 comments
Open

Feature request: Add support for group comments #99

silence opened this issue Jul 23, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@silence
Copy link

silence commented Jul 23, 2023

First off great extension. This was exactly what I was looking for.

I am thinking if we can add an automatic import sorting feature with the option to add comments for different import categories. This feature should be applicable to all TypeScript projects and will provide developers with cleaner and more maintainable codebases.

Example:

// App.tsx
// React imports
import React, { useState, useEffect } from "react";

// Third-party library imports
import { useSession } from "next-auth/react";
import { useRouter } from "next/navigation";

// Local module imports
import { useCustomHook } from "./Hooks";
import { Post } from "@types";

// Components
import Form from "@components/Form";

// Custom styles
import "./styles.css";
@daidodo daidodo added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants