Andrew Gaydenko
- Total activity 79
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 23
-
Created REST client: forcing response encoding
Hi! How to force response content encoding at the case it isn't set in response header? -
Created editor-based REST client: where is .http syntax described?
2017.3 "What's new" says about .http-extension files as files with requests to execute. Haven't found such files syntax description. Point me, please! -
Created Usage everywhere?
Hi! Let's take the case modules' configs are extracted from appropriate SBT files. And I use dedicated SBT terminal sessions to build and publish (and plenty other things) modules. Say, a project h... -
Created Clickable refs to source code lines - how to?
AnsweredHi! The idea is to be able to create, say, a project task review with clickable refs. That is to create a text file (something like markdown, html - anything) with clickable (or Ctrl-B) links to li... -
Created Listing project errors - SBT Shell only?
Hi! What is the way you use to list project errors? Say, I have upgraded some dep with changed API, and want to list all errors the change has resulted in. The only way I have found is to use SB... -
Created How to customize IDE background?
AnsweredBy "background" I mean that screen with few help links we see after closing all tools and editors. I would prefer own image. Is it possible? -
Created Database tools plugin refers to DataGrip. Why?
I mean right info panel on Plugins screen of settings. Are they the same? -
Created Tabless mode: open previous file on closing the current one
AnsweredHi! I use tabless mode for editor (Ctrl-E and such instead of). It would be handy to auto-open previous file on clothing the current one. Can you suggest some trick to do the thing? -
Created How to disable VCS control on one of project modules?
AnsweredHi! I have a project with multiple modules. Each module has got own git repo (that is .git in module's root dir). I'd want to disable any VCS control - from IDEA side only, of course - for one of t... -
Edited Organizing Scala/SBT and Java/Maven projects
Hi! I have few Scala/SBT and Java/Maven related project. What is the best way to organize/import them in IDEA terms? In particular, I mean fast switching between files form different projects.