We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Is it possible to add functionality that prevents the transfer of imports to a new line (so that I write in one line ignoring printWidth)
Reason: opening a file with a large number of imports, you have to scroll through the page
import { initializeApp } from '@core/app'; import { logger } from '@core/logger'; import { createConnection } from '@server/database'; import { createServer } from '@server/node'; import { Alert } from '@ui/Alert'; import { Popup } from '@ui/Popup'; import { debounce, reduce } from 'lodash'; import React, { ChangeEvent, FC, KeyboardEvent, useEffect, useRef, } from 'react'; import { Message } from '../Message'; import { add, filter, repeat } from '../utils';
import { initializeApp } from '@core/app'; import { logger } from '@core/logger'; import { createConnection } from '@server/database'; import { createServer } from '@server/node'; import { Alert } from '@ui/Alert'; import { Popup } from '@ui/Popup'; import { debounce, reduce } from 'lodash'; import React, { ChangeEvent, FC,KeyboardEvent,useEffect,useRef,} from 'react'; import { Message } from '../Message'; import { add, filter, repeat } from '../utils';
P.S. I apologize for my English. This language is not my native language.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Is it possible to add functionality that prevents the transfer of imports to a new line (so that I write in one line ignoring printWidth)
Reason: opening a file with a large number of imports, you have to scroll through the page
Input
Output
P.S. I apologize for my English. This language is not my native language.
The text was updated successfully, but these errors were encountered: