-
Notifications
You must be signed in to change notification settings - Fork 2
Absolute path on client side #289 #290
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
base: master
Are you sure you want to change the base?
Conversation
096c5ad to
1c51c9d
Compare
|
I'm not sure I agree with that. Auto import will not work with absolute import and each import will need to be changed manually after :/ at least on Intellij Idea. |
OK
Already possible, at least in Intellij with the refactor tools
Already the case, at least in Intellij, you can copy any code and the dependency will be added to the file on past. I hope the typescript settings will work will Intellij! |
You should already be able doing this in VS code as well
Sure this does not work already in VS code instead ? Are existing paths updated automatically ? I'm working on this: will all relative paths I inserted (a lot ...) be not valid anymore and have to be fixed manually ? |
Yes you're right
Yes it already does
I don't think so |
I was talking about vs code. I don't use Intellij. So i don't khow how it works.
|

#289