Alex
Alex
@themsaid PhpStorm already has the `Find and Replace All` feature. A user may find something and replace that thing with something else in all strings and all languages.
@themsaid 
@danijelk I know `Hello \World` doesn't right! Please attention the provided example above. I use single quotation in PHP most of the time, especially for strings (i.e. `__('I don\'t like...
@slakbal Some strings in language files are not actually in used (in source code), I need to find them automatically.
This fixed my issue
@Ayaz12 If you want this option, use my fork ;)
@Ayaz12 You have to build my fork and put the generated aar file into your project's libs folder, then add the import statement into your build.gradle file.
Your pull request really fixed the problem. Thanks. I hope the owner merge your pull request soon.
A simple workaround is using different namespaces for versioning, for example `chat.v1`, `chat.v2`, etc. ```typescript @WebSocketGateway(80, { namespace: 'chat.v1', }) ```
I have three questions: 1) What Android API the app is running on? 2) Is the keyboard shown in the picture an AOSP keyboard? 3) Did you change something about...